Re: TermsVector

2008-12-26 Thread Grant Ingersoll
Have a look at the Field.TermVector options to the Field constructor. You will need to add this attribute at index time, then during search, you can use IndexReader.getTermFreqVector (or it's variants). -Grant On Dec 25, 2008, at 4:40 AM, Shahid Faiz wrote: Hi, I am new to lucene. I am t

Re: Re: TermsVector

2008-12-25 Thread tom
AUTOMATIC REPLY LUX is closed until 5th January 2009 - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Re: TermsVector

2008-12-25 Thread tom
AUTOMATIC REPLY LUX is closed until 5th January 2009 - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

TermsVector

2008-12-25 Thread Shahid Faiz
Hi, I am new to lucene. I am trying to build term clusters based on the results returned by a query. Is there any way I can get terms of resulted documents and their scores? Thanks, shahid