Hello All,
              I am Searching for escaping " in a query in solr i.e when i
searched for 3" 
i.e my query is 
http://localhost:8983/solr/core-1/select/?q=3%22&version=2.2&start=0&rows=10&indent=on

Solr Returns 

org.apache.lucene.queryParser.ParseException: Cannot parse '3"': Lexical
error at line 1, column 3.  Encountered: <EOF> after : ""

after that i escape double quot wi "\" like 3\" its work but returns all the
result with value contianing 3 not 3" 

Can anyone help me out to show result containg 3" in solr

Regards
Vishal Arora
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Special-Charactor-escaping-issue-tp1943896p1943896.html
Sent from the Solr - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to