Re: Boosting SpanQueries

2005-07-07 Thread Paul Libbrecht
Enclosing it in a boolean-query where its alone and which, itself, has a boosting would seem to work for me... paul Le 7 juil. 05, à 11:04, Vincent Le Maout a écrit : a way to implement something as boosting allowing to enhance the score of documents containing a particular word of a span

Re: Boosting SpanQueries

2005-07-07 Thread Vincent Le Maout
Hi, I met this problem a few months ago : trying to boost some words in SpanQuery seems to have no effect, which was confirmed by looking at the source code (no reference to boost in the scoring methods, at least as far as lucene 1.4.3 is concerned, correct me if I am wrong). So my first quest