When doing a query: "how "r" you" as:

name:("how "r" you"^100) : I get no results.

When doing it as-> 
name:"how "r" you"^100 : I get the correct results.

Solr parses the 1st query as -> 
"q": "name:\"how \"r\" you\"100"

and the 2nd one as -> 
q": "name:\"how \"r\" you\"100"

I want to get correct results while doing: name:("how "r" you"^100).



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-query-with-multiple-double-quotes-tp4168527.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to