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





------- Additional Comments From [EMAIL PROTECTED]  2003-07-22 17:52 -------
All queries are case sensitive, as is indexing.  Application code can, and
usually does, lowercase tokens by using an analyzer that includes a lowercase
filter.  Similarly, strings in queries should usually be lowercased before being
passed to query constructors.  This is usually done by a query parser.

We could change query constuctors to lowercase by default, and add new
constructors which take a flag indicating whether or not to lowercase.  But this
would break compatibility.  Somewhere there are no doubt developers who depend
on the default case sensitivity who would be distressed by this change.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to