Indexing Term Frequency Vectors

2013-03-28 Thread Sharon Tam
I believe that when Lucene indexes documents, it generates counts for a term by counting how many times the term appears in a particular document. Instead of having Lucene do the counting, I want to do my own counting and feed a term-frequency vector representation of a document directly into the i

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