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/09/10 17:56:56 UTC

DO NOT REPLY [Bug 18014] - Fuzzy searches are case sensitive

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=18014>.
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=18014

Fuzzy searches are case sensitive

otis@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From otis@apache.org  2003-09-10 15:56 -------
Doug's explanation makes sense.  Hodifying FuzzyTermEnum like this would not be
the correct thing to do.  A solution for you would be to do what Doug says -
make your own query parser that lowercases its input, or extend the current one
to lowercase queries, or...