: I just happened to notice a typo when I mistyped a Unicode escape sequence in
a query:
Thanks Jack, r1342363.
: Dismax doesn’t get the error since apparently it doesn’t recognize Unicode
escape sequences.
correct .. dismax doesn't accept any escape sequence (but literal
unicode characters
I just happened to notice a typo when I mistyped a Unicode escape sequence in a
query:
org.apache.lucene.queryparser.classic.ParseException: Cannot parse
'sku:abc-0\ugabc0)': None-hex character in unicode escape sequence: g
“None-hex” should be “Non-hex”.
And “unicode” should be “Unicode”.
Sa