Re: how to make effective search with fq and q params

2011-11-23 Thread Erik Hatcher
ery and/or apply >>>> boosting/phrase-sloppy, minimum match,tie etc ) >>>> >>>> Use the 'fq' to limit the searches to certain criterias like location, >>>> date-ranges etc. >>>> >>>> Also, avoid using the q=*:* as it i

Re: how to make effective search with fq and q params

2011-11-23 Thread Erik Hatcher
>>>>> >>>>> On Nov 22, 2011, at 7:06 AM, Erik Hatcher wrote: >>>>> >>>>>> If all you're doing is filtering (browsing by facets perhaps), it's >>>>>> perfectly fine to have q=*:*. MatchAllDocsQuery is fast

Re: how to make effective search with fq and q params

2011-11-23 Thread Jeff Schmidt
t;> On Nov 22, 2011, at 7:06 AM, Erik Hatcher wrote: >>>> >>>>> If all you're doing is filtering (browsing by facets perhaps), it's >>>>> perfectly fine to have q=*:*. MatchAllDocsQuery is fast (and would be >>>>&g

Re: how to make effective search with fq and q params

2011-11-23 Thread meghana
-make-effective-search-with-fq-and-q-params-tp3527217p3527535.html >>> Sent from the Solr - User mailing list archive at Nabble.com. >> > > > > -- > Jeff Schmidt > 535 Consulting > jas@ > http://www.535consulting.com > (650) 423-1068 > -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-make-effective-search-with-fq-and-q-params-tp3527217p3529876.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to make effective search with fq and q params

2011-11-22 Thread Erik Hatcher
and would be >>>> cached anyway), so use *:* as appropriate without worries. >>>> >>>>Erik >>>> >>>> >>>> >>>> On Nov 22, 2011, at 07:18 , pravesh wrote: >>>> >>>>> Usually, &g

Re: how to make effective search with fq and q params

2011-11-22 Thread Jeff Schmidt
gt;>>> >>>> Use the 'q' parameter to search for the free text values entered by the >>>> users (where you might want to parse the query and/or apply >>>> boosting/phrase-sloppy, minimum match,tie etc ) >>>> >>>> Use the &

Re: how to make effective search with fq and q params

2011-11-22 Thread Erik Hatcher
s (where you might want to parse the query and/or apply >>> boosting/phrase-sloppy, minimum match,tie etc ) >>> >>> Use the 'fq' to limit the searches to certain criterias like location, >>> date-ranges etc. >>> >>> Also, avoid using the

Re: how to make effective search with fq and q params

2011-11-22 Thread Jeff Schmidt
ry >> >> Regds >> Pravesh >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/how-to-make-effective-search-with-fq-and-q-params-tp3527217p3527535.html >> Sent from the Solr - User mailing list archive at Nabble.com. > -- Jeff Schmidt 535 Consulting j...@535consulting.com http://www.535consulting.com (650) 423-1068

Re: how to make effective search with fq and q params

2011-11-22 Thread Erik Hatcher
ate-ranges etc. > > Also, avoid using the q=*:* as it implicitly translates to matchalldocsquery > > Regds > Pravesh > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/how-to-make-effective-search-with-fq-and-q-params-tp3527217p3527535.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to make effective search with fq and q params

2011-11-22 Thread meghana
this message in context: http://lucene.472066.n3.nabble.com/how-to-make-effective-search-with-fq-and-q-params-tp3527217p3527654.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to make effective search with fq and q params

2011-11-22 Thread pravesh
. Also, avoid using the q=*:* as it implicitly translates to matchalldocsquery Regds Pravesh -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-make-effective-search-with-fq-and-q-params-tp3527217p3527535.html Sent from the Solr - User mailing list archive at Nabble.com.