Occurence (freq) and ordering

2006-04-27 Thread Philippe Deslauriers (Beetext)
Hi again, Upgrading from lucene 1.3 to 1.9. We need to order the result in order of occurrences (score of a doc = sum of occurrences of all Query). In lucene 1.3 we did rewrite all the Query classes (BooleanQuery, PhraseQuery, etc..) to reach our goals, but is there an easier way to do it

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