RE: query behavior

2005-09-27 Thread Alberto Squassabia
o S albertos_at_optimus-corp_dot_com -Original Message- From: Paul Elschot [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 27, 2005 1:04 AM To: java-user@lucene.apache.org Subject: Re: query behavior On Tuesday 27 September 2005 01:13, Chris Hostetter wrote: > > I *believe* that b

Re: query behavior

2005-09-27 Thread Paul Elschot
On Tuesday 27 September 2005 01:13, Chris Hostetter wrote: > > I *believe* that because of the ConjunctionScorer in 1.9, BooleanQueries > consisting of all required terms are now optimized for situations like > this, the Scorer for the common clause won't be asked to score things that > the un-com

Re: query behavior

2005-09-26 Thread Chris Hostetter
I *believe* that because of the ConjunctionScorer in 1.9, BooleanQueries consisting of all required terms are now optimized for situations like this, the Scorer for the common clause won't be asked to score things that the un-common clause has allready given a score of 0.0. : Date: Mon, 26 Sep 2