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=11359>. 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=11359 wildcard query lowercase Summary: wildcard query lowercase Product: Lucene Version: 1.2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: QueryParser AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] We have a product which indexes some files. The indexer and the query parser use the same analyzer. This analyzer applies the LowerCaseFilter to the terms. The procedure works just fine for most of our queries, but there's a problem when a more complex query is issued. I will describe the problem in the following examples: Query: term1 +term2 term3 Result: Works Query: term1 +term2* term3 Result: Works Query: term1 +Term2* term3 Result: Doesn't work It seems that terms containig wildcards are not processed by the analyzer. As the indexes contain only lowercase words, there will never be hits for this query. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>