Looking at the output of IndexSearcher.explain(Query query, int doc) might help. One possibility is that your boosts are being swamped by other scoring factors. Larger boosts might make a difference if that is the case.
-- Ian. On Mon, Sep 5, 2011 at 12:12 PM, Akos Tajti <akos.ta...@gmail.com> wrote: > Hi All, > > I'm setting the boost of our documents in indexing time based upon some > properties. When searching, however, it seems that these index time boosts > are not taken into account. I'm parsing the query with lucene's queryparser > and sending the result directly to the searcher. What might be wrong? > > Thanks in advance, > Ákos Tajti > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org