Re: Need some quick help diagnosing query

2012-03-07 Thread Donald Organ
> > > 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 a

Re: Need some quick help diagnosing query

2012-03-07 Thread Ahmet Arslan
--- On Wed, 3/7/12, Donald Organ wrote: > From: Donald Organ > 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

Re: Need some quick help diagnosing query

2012-03-07 Thread Donald Organ
> > 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

Re: Need some quick help diagnosing query

2012-03-07 Thread Ahmet Arslan
--- On Wed, 3/7/12, Donald Organ wrote: > From: Donald Organ > Subject: Need some quick help diagnosing query > To: "solr-user" > Date: Wednesday, March 7, 2012, 4:43 PM > Right now i am doing the following: > >     qf=name^1.75 codeTXT^1.75 cat_search^

Need some quick help diagnosing query

2012-03-07 Thread Donald Organ
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 descript