Hi, I try to read the source code of the lucene. But i only find in the TermScorer.java where the tf/idf measure is really implemented. I guess that whether the Queryparser class will convert each word into a termquery first. Then, queries such as the the Booleanquery are built.
The source code of the Queryparser.java is hard to read. .... regards jiang xing On 2/5/06, Klaus <[EMAIL PROTECTED]> wrote: > > Hi, > > you have to write your own similarity object and pass it to your analyzer. > > > http://lucene.apache.org/java/docs/api/org/apache/lucene/search/Similarity.h > tml > > Cheers, > > Klaus > -----Ursprüngliche Nachricht----- > Von: xing jiang [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 5. Februar 2006 04:27 > An: java-user@lucene.apache.org > Betreff: two problems of using the lucene. > > Hi, > > I got two problems of using the lucene and may need your help. > > 1. For each word, how the lucene calculate its weight. I only know for > each > work in the document will be weighed by its tf/idf values. > > 2. Can I modify the lucene so that i use the term frequency instead of > tf/idf value to calculate the similarity between documents and queries. > > -- > Regards > > Jiang Xing > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >