--- On Wed, 3/7/12, Donald Organ <dor...@donaldorgan.com> wrote:

> From: Donald Organ <dor...@donaldorgan.com>
> Subject: Need some quick help diagnosing query
> To: "solr-user" <solr-user@lucene.apache.org>
> Date: Wednesday, March 7, 2012, 4:43 PM
> Right now i am doing the following:
> 
>     qf=name^1.75 codeTXT^1.75 cat_search^1.5
> description^0.8 brand^5.0
> cat_search^0.8
>     fl=code,score
>     defType=dismax
>     q=whitney brothers carts
> 
> 
>  if i change it to the following  then i get results:
> 
>     qf=name^1.75 codeTXT^1.75 cat_search^1.5
> description^0.8 brand^5.0
> cat_search^0.8
>     fl=code,score
>     defType=dismax
>     q=whitney brothers
> 
> 
> So why is the first query returning 0 results?

Simply your collection does contain a doc having all these three terms? Try 
different mm values. 

http://wiki.apache.org/solr/DisMaxQParserPlugin#mm_.28Minimum_.27Should.27_Match.29

Reply via email to