Re: ConstantScoreQuery

2013-06-12 Thread Subashini Soundararajan
Correction: The query was price_c:1, can someone please explain ? Thanks Subashini On Tuesday, June 11, 2013, Subashini Soundararajan wrote: > Hi, > > I have imported the money.xml doc in lucene - > https://github.com/normann/apache-solr/blob/master/example/exampledocs/money.xml > > I tried the q

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 >