Dorin Oltean created SOLR-5669:
----------------------------------
Summary: queries containing \u return error: "Truncated unicode
escape sequence."
Key: SOLR-5669
URL: https://issues.apache.org/jira/browse/SOLR-5669
Project: Solr
Issue Type: Bug
Components: query parsers
Affects Versions: 4.4
Reporter: Dorin Oltean
Priority: Minor
When I do the following query:
/select?q=\ujb
I get
"org.apache.solr.search.SyntaxError: Non-hex character in Unicode escape
sequence: j",
code 400
To make it work i have to put in fornt of the query nother '\'
\\ujb
wich in fact leads to a different query in solr.
I use edismax qparser.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]