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 a second TermQuery as a SHOULD clause to that same BooleanQuery, and still boost the BooleanQuery, the boost is nowhere to be found in the output of IndexSearcher.explain(). Note that the two TermQuery's added as SHOULD's to the BooleanQuery are identical. Any help would be much appreciated! Thanks, Tavi -- View this message in context: http://www.nabble.com/Trouble-Boosting-BooleanQuery%27s-with-Multiple-Clauses-tp19099258p19099258.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]