Hi,
How about using carat operator after the parenthesis?
q=name:("how "r" you")^100
By the way what is your default search field?
Ahmet
On Monday, November 10, 2014 2:19 PM, xan <[email protected]> wrote:
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.