Re: Trouble Boosting BooleanQuery's with Multiple Clauses

2008-08-30 Thread Chris Hostetter
: When I create a TermQuery, add it as a SHOULD clause to a BooleanQuery, and : boost that BooleanQuery, the boost shows up when I run : IndexSearcher.explain(). However, when I add a second TermQuery as a SHOULD : clause to that same BooleanQuery, and still boost the BooleanQuery, the : boost is

Trouble Boosting BooleanQuery's with Multiple Clauses

2008-08-21 Thread Tavi Nathanson
I was wondering if anyone could explain the following weird behavior that I'm experiencing when boosting BooleanQuery's: When I create a TermQuery, add it as a SHOULD clause to a BooleanQuery, and boost that BooleanQuery, the boost shows up when I run IndexSearcher.explain(). However, when I add