Closed (fixed)
Project:
Apache Solr Multilingual
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
3 May 2010 at 20:45 UTC
Updated:
2 Jun 2010 at 09:40 UTC
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
Comment #1
mkalkbrenner