Re: Lucene Help Needed for Doctoral Student

2014-07-28 Thread Yalamarthi, Vineel
Hey Guys, Can you tell me how to find TF-IDF using lucene ? Regards Vineel On 7/28/14, 3:11 PM, "Prakash Dubey" wrote: >In Lucene 2.4.0 there is *org.apache.lucene.index.TermFreqVector* method >*getTermFrequencies()* method. You can use Apache Maths for other >mathematical operations. Also see

RE: Lucene Help Needed for Doctoral Student

2014-07-28 Thread Uwe Schindler
Hi, Which Lucene version are you using? Lucene 4.x allows to do non-TF-IDF scoring; previous versions did not. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Erin Colvin [mailto:eschlapk...@yahoo

Re: Lucene Help Needed for Doctoral Student

2014-07-28 Thread Prakash Dubey
In Lucene 2.4.0 there is *org.apache.lucene.index.TermFreqVector* method *getTermFrequencies()* method. You can use Apache Maths for other mathematical operations. Also see following Blog for more information. Hope this