Some Help needed in search.

2008-01-28 Thread Sure
Hi All, We are having an index with the fields, HEADING and WRITER. HEADING is having the high boost factor and WRITER is having a low boost. Let the data is as follows: HEADING WRITER Sachin Tendulkar scored century XYZ Australia won the serie

Needs TermFreqeuency from the index

2007-11-05 Thread Sure
Hi All, We are trying to fetch the TermFreq from the lucene index, using IndexReader.getTermFreqVectors(). But the problem here is, if none of the fields in the index is Vectorized, then the above function call returns null. In my index, none of the fields are vectorized. Without re-creating the