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

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

bq. Seems like the most likely case is that people are just using a file in 
solr/conf and it is relative, so the exists() method call will never be true, 
since the current working directory is likely to be two levels up?

You are right Grant. It is a bug. It will never be executed unless an absolute 
path is specified. The reason it worked is because the splitSmart took care of 
the single file relative path case. Do you want me to re-open this issue?

> 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