[
https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617242#action_12617242
]
Noble Paul commented on SOLR-438:
---------------------------------
bq.just pick a logical separator ("," seemed fine to me) and allow backslash
escaping in the unlikely event that the filename is really weird. Any bets that
no one has configured a word list filename with a "," in it anyway?
comma is no problem .It looks very intuitive. Though it is a valid filanem
character it is OK to have a limitation. User can easily name his files
accordingly.
The new replication SOLR-561 uses conf file names as comma separated values. If
comma is used in names that also will fail
> Allow multiple stopword files
> -----------------------------
>
> Key: SOLR-438
> URL: https://issues.apache.org/jira/browse/SOLR-438
> Project: Solr
> Issue Type: Improvement
> Components: search
> Affects Versions: 1.3
> Reporter: Otis Gospodnetic
> Assignee: Otis Gospodnetic
> Priority: Minor
> Fix For: 1.3
>
> Attachments: SOLR-438.patch, SOLR-438.patch
>
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.