HI,
   We have upgraded Our Solr from 4.7.3 to 7.5.0 . The query that we are 
sending to Solr was working in fine in 4.7.3 but failing in 7.5.0.
   When we noticed , Space in Query is getting replaced by + and causing issue 
. If we replace extra + with space in the query and executing from Admin UI , 
it is working fine. Can someone help how to resolve this issue? Appreciate your 
help!

Query we are sending to Solr:

 +displayNameWords:[2 TO 5] +((+preferredLocationCountry:"United States" 
+preferredLocationState:Alabama)) +((+(allContents:java^10.0 
allContents:eclipse allContents:java-

Query in Solr log:

+displayNameWords:[2+TO+5]++((+preferredLocationCountry:"United+States"++preferredLocationState:Alabama))++((+(allContents:java^10.0+allContents:eclipse+allContents:java-

Thanks,
  Surender.

Reply via email to