--- On Wed, 3/7/12, Donald Organ <dor...@donaldorgan.com> wrote:
> From: Donald Organ <dor...@donaldorgan.com> > Subject: Re: Need some quick help diagnosing query > To: solr-user@lucene.apache.org > Date: Wednesday, March 7, 2012, 4:59 PM > > > > 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 > > > > Would this also be affected if one of the fields that > contains that term is > a defined as solr.StrField where as > most of the other fields are defined > as solr.TextField? It could be. string fields are not analyzed. For example, one whitespace can prevent match. Cards and cards wont match too. (lowercase)