You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2008/07/27 06:52:31 UTC

[jira] Commented: (SOLR-438) Allow multiple stopword files

    [ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617240#action_12617240 ] 

Shalin Shekhar Mangar commented on SOLR-438:
--------------------------------------------

I've opened SOLR-663 to add this general capability or all the one-entry-per-line type files as per Yonik's comment.

Otis -- I think the best common place for the split code would be org.apache.solr.common.util.StrUtils which already has some splitSmart methods.

> 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.