Re: Proximity Search using edismax parser.

2017-06-12 Thread abhi Abhishek
Thanks for the suggestions Erik and Vrindavda, i was trying to understand how does the above query work when we have slop set to 10. the debug output of the SOLR Query gave the terms which were being looked up but the transpositions done to look up the search wasn't exposed. i found following

Re: Proximity Search using edismax parser.

2017-06-12 Thread Erik Hatcher
Adding =true to your search requests will give you the parsing details, so you can see how edismax interprets the query string and parameters to turn it into the underlying dismax and phrase queries. Erik > On Jun 12, 2017, at 3:22 AM, abhi Abhishek wrote: > > Hi

Re: Proximity Search using edismax parser.

2017-06-12 Thread vrindavda
hi you can refer : http://yonik.com/solr/query-syntax/ -- View this message in context: http://lucene.472066.n3.nabble.com/Proximity-Search-using-edismax-parser-tp4340115p4340133.html Sent from the Solr - User mailing list archive at Nabble.com.

Proximity Search using edismax parser.

2017-06-12 Thread abhi Abhishek
Hi All, How does proximity Query work in SOLR. Example if i am running a query like below, for the field containing the text “India registered a historical test match win against the arch rival Pakistan here in Lords, England on Sunday” Query: “Test match India Pakistan” ~ 10