: > I don't believe the QueryParser actually treats \uN as a special
: > syntax
:
: LUCENE-716 added unicode escapes.
doh! that's what i get for assuming the random solr port i used to sanity
check my assumption was relatively up to date.
LUCENE-1000
-Hoss
---
On 9/14/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:
> I don't believe the QueryParser actually treats \uN as a special
> syntax
LUCENE-716 added unicode escapes.
-Yonik
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi
: The page http://lucene.apache.org/java/docs/queryparsersyntax.html does not
: mention that \u Unicode syntax is supported.
: For example, \u0048\u0045\u004c\u004c\u004f is HELLO.
:
: Please add this to the page, it took experimentation to discover it.
I don't believe the QueryParser actua