Re: UTF-8/unicode input in querying in Lucene

2007-09-14 Thread Chris Hostetter
: > 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 ---

Re: UTF-8/unicode input in querying in Lucene

2007-09-14 Thread Yonik Seeley
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

Re: UTF-8/unicode input in querying in Lucene

2007-09-14 Thread Chris Hostetter
: 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