Re: ConstantScoreQuery and wildcards

2010-02-17 Thread TCK
Thanks, this is very helpful! -TCK On Tue, Feb 16, 2010 at 8:16 PM, Ahmet Arslan wrote: > > It seems that when I do a search with a wildcard (eg, > > +text:abc*) the Solr > > standard SearchHandler will construct a ConstantScoreQuery > > passing in a > > Filter, so all the documents in the res

Re: ConstantScoreQuery and wildcards

2010-02-16 Thread Ahmet Arslan
> It seems that when I do a search with a wildcard (eg, > +text:abc*) the Solr > standard SearchHandler will construct a ConstantScoreQuery > passing in a > Filter, so all the documents in the result set are scored > the same. Is there > a way to make Solr construct a BooleanQuery instead so that >