You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Dorin Oltean (JIRA)" <ji...@apache.org> on 2014/01/27 14:39:37 UTC

[jira] [Created] (SOLR-5669) queries containing \u return error: "Truncated unicode escape sequence."

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org