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/07/09 22:14:47 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|NEW                         |ASSIGNED



------- Additional Comments From otis@apache.org  2003-07-09 20:14 -------
Thanks for the diff.  It looks like FuzzyQueries are case sensitive by design
(c.f. http://jguru.com/faq/view.jsp?EID=538312).  However, I am wondering if
Fuzzy Queries really ought to be case-sensitive.  They are supposed to be
'fuzzy' after all.
I think I'll apply your diff int he next few days, unless somebody disagrees
before that.

Now that I think about it, the same change should maybe be applied to Prefix and
Wildcard queries.  We still don't want those queries to go through the Analyzer
for the reasons indicated in the FAQ entry above, but a person searching for
Dogs* probably wants to see documents with dogs* terms as well.

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org