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-Te
rmFreqeuency-from-the-index-tf4756240.html#a13601296
Sent from the Lucene - Java Users mailing list archive at
Nabble.com.
------------------------------------------------------------
---------
To unsubscribe, e-mail: java-user-unsubscribe lucene.apache.org
For additional commands, e-mail: java-user-help lucene.apache.org
|