Re: TermFreqVector and performance, index size

2006-04-27 Thread Daniel Naber
On Donnerstag 27 April 2006 14:32, Philippe Deslauriers (Beetext) wrote: > What are the OFFSETS and POSITIONS used for? Do I need it for > Highlighting? No, you can provide an analyzer to Highlight.getBestFragment() and it will re-analyze your text without the need for term vectors. Regards Da

TermFreqVector and performance, index size

2006-04-27 Thread Philippe Deslauriers (Beetext)
Hello, We are upgrading from 1.3 to 1.9. We planned to use the Highlight package for highlighting, replacing our in house highlight classes. >From what I can read, HighLight package requires the use of the TermFreqVector to be added to the index. I will get into the Highlight package later, but