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
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
> 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
>