[ https://issues.apache.org/jira/browse/LUCENE-838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482461 ]
Hoss Man commented on LUCENE-838: --------------------------------- please do not open Jira bugs without first consulting the java-user list to ensure that there is in fact something wrong in Lucene (and not that the problem is a misunderstanding you have about the documentation) Bug reports without code demonstrating the problem (preferably in the form of a Unit test) are also not very useful in general. > WildcardQuery do not find documents > ----------------------------------- > > Key: LUCENE-838 > URL: https://issues.apache.org/jira/browse/LUCENE-838 > Project: Lucene - Java > Issue Type: Bug > Components: Search > Affects Versions: 1.9, 2.0.0, 2.1 > Environment: Windows XP; JDK 1.5 > Reporter: Michael Schlegel > > Example: > I index a document by using GermanAnalyzer. > This document contains following word "Forschungsgebiet". > This word will be analyzed and transformed to "Forschungsgebie". > If i use query "Forschungsgebiet" to search the document, i will find the > document. > If i use query "Forschungsgebie*" or "Forschung*" i will find the document > too. > But if i use query "Forschungsgebiet*" or "?orschungsgebiet" i never will > find this document. > It looks so that the query will not be analyzed by the given Analyzer and > thatswhy i will not find the document (Forschungsgebiet != > Forschungsgebie). > The same can happen if a other analyzer is used. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]