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

2008-07-30 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12618247#action_12618247 ] Shalin Shekhar Mangar commented on SOLR-438: SOLR-663 has been committed. We can

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

2008-07-26 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12617242#action_12617242 ] Noble Paul commented on SOLR-438: - bq.just pick a logical separator (, seemed fine to me) and

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

2007-12-19 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553319 ] Otis Gospodnetic commented on SOLR-438: --- Hoss - duh, why didn't I think of that? ;) That sounds good to me.

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

2007-12-19 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553373 ] Ryan McKinley commented on SOLR-438: the problem with using File.pathSeparator is that you would need a different

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

2007-12-19 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553376 ] Yonik Seeley commented on SOLR-438: --- File.pathSeparator makes it platform specific and doesn't solve the problem of

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

2007-12-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552658 ] Hoss Man commented on SOLR-438: --- haven't looked at the patch, agree with the idea in principle, but concerned about how

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

2007-12-18 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552855 ] Ryan McKinley commented on SOLR-438: I'm not sure either is a good idea, but i'll throw it out there just for

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

2007-12-18 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552865 ] Ryan McKinley commented on SOLR-438: duplicate attribute names are bad: (no kidding)

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

2007-12-18 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552893 ] Mike Klaas commented on SOLR-438: - If we're going for ugly: pick a filename delimiter. First test to see if the file

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

2007-12-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552908 ] Yonik Seeley commented on SOLR-438: --- What about standard backslash escaping? Allow multiple stopword files

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

2007-12-18 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552926 ] Ryan McKinley commented on SOLR-438: or maybe: {code:xml} filter ... words=stop.txt,stop2.txt words-delimiter=, /

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

2007-12-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553231 ] Hoss Man commented on SOLR-438: --- I initially wanted to go with File.pathSeparator as the delimiter, but then thought

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

2007-12-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552432 ] Yonik Seeley commented on SOLR-438: --- Seems like this could be a more general feature for all the one-entry-per-line