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 sta
Adding &debug=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 All,
> How
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.
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