Re: Querying with Term Frequency Vectors

2013-03-04 Thread lukai
Store the term value as payload, and score with it. On Mon, Mar 4, 2013 at 10:10 AM, Sharon Tam wrote: > Hi, > > I have generated my own term-frequency vector representations of documents > and would like to be able to query these with term-frequency vector queries > instead of a text-string que

Querying with Term Frequency Vectors

2013-03-04 Thread Sharon Tam
Hi, I have generated my own term-frequency vector representations of documents and would like to be able to query these with term-frequency vector queries instead of a text-string query. Is there anyway to bypass the Lucene preprocessing that occurs in the indexing of documents and queryparsing t