RE: Occurence (freq) and ordering

2006-05-02 Thread Philippe Deslauriers
Thanks for the Field.setOmitNorms(true) tip! Regarding the Similarity implementation I am trying to do, somehow it does not work. Here's what I understand: Scorer implementation uses the method defined in Similarity, to compute score. (the formula expressed in "http://lucene.apache.org/java/docs

Occurence (freq) and ordering

2006-04-27 Thread Philippe Deslauriers (Beetext)
in 1.9? I am just starting to read on Similarity, weights etc. Can someone give me a heads up? Thanks! Philippe Deslauriers

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