[ 
https://issues.apache.org/jira/browse/LUCENE-7687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16202561#comment-16202561
 ] 

Tim Allison commented on LUCENE-7687:
-------------------------------------

There's a patch available on SOLR-11450.  This seems to have been fixed in 7.x

> ComplexPhraseQueryParser with AsciiFoldingFilterFactory (SOLR)
> --------------------------------------------------------------
>
>                 Key: LUCENE-7687
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7687
>             Project: Lucene - Core
>          Issue Type: Bug
>    Affects Versions: 6.4.1
>         Environment: solr-6.4.1 (yes, solr, but I don't know where the bug 
> exactly is)
>            Reporter: Jochen Barth
>
> I modified generic *_txt-Field type to use AsciiFoldingFilterFactory on query 
> & index.
> When quering with
> \{!complexphrase}text_txt:"König*" -- there are 0 results
> \{!complexphrase}text_txt:"Konig*" -- there are >0 results
> \{!complexphrase}text_txt:"König" -- there are >0 results (but less than the 
> line above)
> and without \{!complexphrase} everything works o.k.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to