Description
It wouldn't hurt Solr (StopFilterFactory) to allow one to specify multiple stopword files.
I've patched Solr to support this, for example:
<filter class="solr.StopFilterFactory" ignoreCase="true" words="hr_stopwords.txt, hr_stopmorphemes.txt"/>
I'll upload a patch shortly and commit later this week.
Attachments
Attachments
Issue Links
- is part of
-
SOLR-663 Allow multiple files for stopwords, protwords and synonyms
- Closed