schema.xml of apachesolr defines two fieldTypes "text" and "textSpell". Both use the same resource stopwords.txt.
But this doesn't work because "text" applies a MappingCharFilterFactory using mapping-ISOLatin1Accent.txt which converts some characters. For "text" this needs to be respected in the stopwords.txt file. For textSpell it must not be respected. So both fieldTypes must use different resources!
Therefore Apache Solr Multilingual should generate two different stop word files.

see #750426: fieldType textSpell conficts with fieldType text

Comments

mkalkbrenner’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.