You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2003/01/04 17:49:49 UTC

DO NOT REPLY [Bug 12444] - Escaping special characters does not work

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12444>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12444

Escaping special characters does not work

otis@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From otis@apache.org  2003-01-04 16:49 -------
It looks like the escape character works fine, and the key is to use an Analyzer
that will not throw it out.  StandardAnalyzer does this, but WhitespaceAnalyzer
does not.  One can write a custom Analyzer if WhitespaceAnalyzer does not meet
all the application requirements.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>