DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30785>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30785 German Analyzer does not handle search terms with asterisks [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2004-08-22 12:20 ------- You're missing something very critical here - QueryParser does _not_ analyze wildcard queries. If you wish to augment how this works, one option is to subclass QueryParser and override getWildcardQuery and somehow use the designated analyzer. But, this is tricky - what should the analyzer do when the query is "some*thing"? I'm going to mark this as WONTFIX as it is working as it is meant to, although I do understand the dilemma. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]