[ 
https://issues.apache.org/jira/browse/SOLR-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shalin Shekhar Mangar updated SOLR-663:
---------------------------------------

    Attachment: SOLR-663.patch

Added StrUtils#splitFileNames for the split logic. I chose to add another 
method because the escaping backslash had to be removed from the file names 
which the existing splitSmart methods didn't provide. Added test for this 
method in TestUtils.java

Added logic to load multiple files in
* EnglishPorterFilterFactory
* SynonymFilterFactory
* KeepWordFilterFactory
* StopFilterFactory

> Allow multiple files for stopwords, protwords and synonyms
> ----------------------------------------------------------
>
>                 Key: SOLR-663
>                 URL: https://issues.apache.org/jira/browse/SOLR-663
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>    Affects Versions: 1.3
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.3
>
>         Attachments: SOLR-663.patch
>
>
> Allow multiple files separated by comma (escaped by backslash) for 
> StopFilterFactory, EnglishPorterFilterFactory, KeepWordFilterFactory and 
> SynonymFilterFactory

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to