Hi Peter,

Yes, what you need is a termvector.

But Zend_Search_Lucene doesn't give a possibility to store or retrieve
term vector now.

The only way to get this info is to re-tokenize document data and
retrieve term positions with Zend_Search_Lucene::termPositions() and Zend_Search_Lucene::termFreqs() methods.


With best regards,
   Alexander Veremyev.


Peter Farafonov wrote:
Hello, fw-general.

It turned out that i need to store all positions of each term within a
document - i believe this is called termvector. Is it possible to
store termvectors in Zend Lucene?



Reply via email to