You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2007/03/20 19:07:32 UTC

[jira] Resolved: (LUCENE-838) WildcardQuery do not find documents

     [ https://issues.apache.org/jira/browse/LUCENE-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man resolved LUCENE-838.
-----------------------------

    Resolution: Cannot Reproduce

> 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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org