RE: escaping special chars in query

2008-02-19 Thread Lance Norskog
You may also use Unicode escapes: \u for example. -Original Message- From: Reece [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 19, 2008 10:04 AM To: solr-user@lucene.apache.org Subject: Re: escaping special chars in query The bottom of the Lucene query syntax page: http

Re: escaping special chars in query

2008-02-19 Thread Reece
The bottom of the Lucene query syntax page: http://lucene.apache.org/java/docs/queryparsersyntax.html >From the page: Escaping Special Characters Lucene supports escaping special characters that are part of the query syntax. The current list special characters are + - && || ! ( ) { } [ ] ^ " ~ *