Re: Queries boost and scoring problems

2005-06-15 Thread Doug Cutting
The method Similarity.queryNorm() normalizes query term weights. To disable this you could define it to return 1.0 in your own Similarity implementation. http://lucene.apache.org/java/docs/api/org/apache/lucene/search/Similarity.html#queryNorm(float) Doug Robichaud, Jean-Philippe wrote: Ok,

Queries boost and scoring problems

2005-06-15 Thread Robichaud, Jean-Philippe
Ok, I know that usually, the scores returned by Lucene do not mean "really" something. But in my case, it does, I play with the similarity and bla bla bla... Now my concern is that the Query.setBoost() does not always seems to affect the score. I've built a simple test (code completely at the e