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.