-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 6.4.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:
solr-6.4.1 (yes, solr, but I don't know where the bug exactly is)
-
Lucene Fields:New
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.
- is duplicated by
-
SOLR-11450 ComplexPhraseQParserPlugin not running charfilter for some multiterm queries in 6.x
-
- Open
-