Yes you use the pf options under edismax. Have you indexed the field with term frequencies and position data? Because slop basically works with phrase queries for which you need the term frequencies and positions available.
On Mon, 28 Dec 2015, 15:02 Jason <hialo...@gmail.com> wrote: > I know the analysis tool under solr admin ui. > > Specifying slop for query fields is the using edismax, right? > > I have quried using edismax like below. > > > http://localhost:8080/solr/collection1/select?q=test:(chloro-4-hydroxy)&fl=*,score&debugQuery=true&q.op=AND&qf=test&pf=test~1 > ^2.0&defType=edismax > > But score of two docs is still same. > > How can i do like yours? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/how-s-multi-query-scoring-tp4247512p4247517.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal