Re: How to get TermFreq only in some query results

2006-07-27 Thread Jia Mi
Thank you, Grant, really help me :P On 7/27/06, Grant Ingersoll <[EMAIL PROTECTED]> wrote: You could store Term Vectors for your documents, and then look up the individual document vectors based on the query results. If you need help w/ Term Vectors, check out Lucene in Action, search this li

Re: How to get TermFreq only in some query results

2006-07-27 Thread Grant Ingersoll
You could store Term Vectors for your documents, and then look up the individual document vectors based on the query results. If you need help w/ Term Vectors, check out Lucene in Action, search this list, or http://www.cnlp.org/apachecon2005 -Grant On Jul 27, 2006, at 4:52 AM, Jia Mi wr