On 12/1/2018 8:24 PM, Surender Reddy wrote:
Query we are sending to Solr:
+displayNameWords:[2 TO 5] +((+preferredLocationCountry:"United States"
+preferredLocationState:Alabama)) +((+(allContents:java^10.0 allContents:eclipse
allContents:java-
When you say you are "sending" this to Solr... how PRECISELY are you
sending it? Browser? curl? Some other piece of software? All of the
details are extremely important here.
When URL encoding a string, space turns into plus sign. If you're using
something that doesn't do the URL encoding for you, then you'll have to
send %2B if you mean a plus sign and not a space.
Thanks,
Shawn