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 index, is it possible to get the
TermFreqVector ?

Thanks in advance.

Regards,
Suresh N.
-- 
View this message in context: 
http://www.nabble.com/Needs-TermFreqeuency-from-the-index-tf4756240.html#a13601296
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to