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 ------- Additional Comments From [EMAIL PROTECTED] 2004-08-22 16:23 ------- The problem is that an analyzer would (generally) split "some*thing" into "some" and "thing" and you'd lose the wildcard character altogether. This is most definitely a confusing situation. QueryParser is decent for general purpose use, but certainly lacks in situations like this where you do need some normalization of the text. Thankfully, though, QueryParser does have extension points allowing you to tweak how Query's are created. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]