Re: Minor typo: None-hex character in unicode escape sequence

2012-05-24 Thread Chris Hostetter
: 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

Minor typo: None-hex character in unicode escape sequence

2012-05-04 Thread Jack Krupansky
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