Re: Cannot use Phrase Queries in eDisMax and filtering

2016-04-19 Thread Antoine LE FLOC'H
gt;> ps=1& > >> qroup=true& > >> group.field=member_id& > >> group.limit=10& > >> sort=score desc& > >> group.ngroups=true > >> > >> > >> > >> > >> q=bmw& > >> fl=score,*& > >> wt=json& > >> fq=city_id:59& > >> qt=/query& > >> defType=edismax& > >> pf=title^15%20discription^5& > >> pf3=1& > >> pf2=1& > >> ps=1& > >> qroup=true& > >> group.field=member_id& > >> group.limit=10& > >> group.ngroups=true& > >> sort=score desc& > >> fq=category_id:1777 > >> > >> > >> > >> -- > >> View this message in context: > >> > http://lucene.472066.n3.nabble.com/Cannot-use-Phrase-Queries-in-eDisMax-and-filtering-tp4167302p4167338.html > >> Sent from the Solr - User mailing list archive at Nabble.com. > >> >

Re: Cannot use Phrase Queries in eDisMax and filtering

2016-04-18 Thread Doug Turnbull
pe=edismax& > >> pf=title^15%20discription^5& > >> pf3=1& > >> pf2=1& > >> ps=1& > >> qroup=true& > >> group.field=member_id& > >> group.limit=10& > >> sort=score desc& > >> group.ngrou

Re: Cannot use Phrase Queries in eDisMax and filtering

2016-04-18 Thread Erick Erickson
pf3=1& >> pf2=1& >> ps=1& >> qroup=true& >> group.field=member_id& >> group.limit=10& >> sort=score desc& >> group.ngroups=true >> >> >> >> >> q=bmw& >> fl=score,*& >&g

Re: Cannot use Phrase Queries in eDisMax and filtering

2016-04-18 Thread Antoine LE FLOC'H
ry& > defType=edismax& > pf=title^15%20discription^5& > pf3=1& > pf2=1& > ps=1& > qroup=true& > group.field=member_id& > group.limit=10& > group.ngroups=true& > sort=score desc& > fq=category_id:1777 > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Cannot-use-Phrase-Queries-in-eDisMax-and-filtering-tp4167302p4167338.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Cannot use Phrase Queries in eDisMax and filtering

2014-11-03 Thread Tim Hearn
c& > group.ngroups=true > > > > > q=bmw& > fl=score,*& > wt=json& > fq=city_id:59& > qt=/query& > defType=edismax& > pf=title^15%20discription^5& > pf3=1& > pf2=1& > ps=1& > qroup=true& > group.field=memb

Re: Cannot use Phrase Queries in eDisMax and filtering

2014-11-03 Thread Ramzi Alqrainy
amp; ps=1& qroup=true& group.field=member_id& group.limit=10& group.ngroups=true& sort=score desc& fq=category_id:1777 -- View this message in context: http://lucene.472066.n3.nabble.com/Cannot-use-Phrase-Queries-in-eDisMax-and-filtering-tp4167302p4167338.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Cannot use Phrase Queries in eDisMax and filtering

2014-11-03 Thread Tim Hearn
; parameter 0 > instead of 50 in the first query (after filtration ) with same rows value > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Cannot-use-Phrase-Queries-in-eDisMax-and-filtering-tp4167302p4167329.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Cannot use Phrase Queries in eDisMax and filtering

2014-11-03 Thread Ramzi Alqrainy
The results are different, because you need to set "start" parameter 0 instead of 50 in the first query (after filtration ) with same rows value -- View this message in context: http://lucene.472066.n3.nabble.com/Cannot-use-Phrase-Queries-in-eDisMax-and-filtering-tp4167302p4167329

Cannot use Phrase Queries in eDisMax and filtering

2014-11-03 Thread Tim Hearn
I am writing a search bar application with Solr which I'd like to have the following two features: phrase matching for user queries - results which match user phrase are boosted. Field faceting based on 'tags' field. When I execute this query: q=steve jobs& fq=storeid:527bd613e4b0564cc755460a&