[jira] Issue Comment Edited: (SOLR-614) Allow components to read any kind of XML from solrconfig

2008-07-26 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617236#action_12617236 ] noble.paul edited comment on SOLR-614 at 7/26/08 10:48 PM: --- This on

[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-tabpanel&focusedCommentId=12617242#action_12617242 ] Noble Paul commented on SOLR-438: - bq.just pick a logical separator ("," seemed fine to me) a

[jira] Work started: (SOLR-663) Allow multiple files for stopwords, protwords and synonyms

2008-07-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SOLR-663 started by Shalin Shekhar Mangar. > Allow multiple files for stopwords, protwords and synonyms > --

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

2008-07-26 Thread Shalin Shekhar Mangar (JIRA)
[ 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 gen

[jira] Created: (SOLR-663) Allow multiple files for stopwords, protwords and synonyms

2008-07-26 Thread Shalin Shekhar Mangar (JIRA)
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 Component

[jira] Issue Comment Edited: (SOLR-660) Simplify UpdateRequestProcessor API

2008-07-26 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617235#action_12617235 ] noble.paul edited comment on SOLR-660 at 7/26/08 8:52 PM: -- I noticed

[jira] Commented: (SOLR-614) Allow components to read any kind of XML from solrconfig

2008-07-26 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617236#action_12617236 ] Noble Paul commented on SOLR-614: - This one change has the potential to cleanup a lot of ugly

[jira] Commented: (SOLR-660) Simplify UpdateRequestProcessor API

2008-07-26 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617235#action_12617235 ] Noble Paul commented on SOLR-660: - I noticed one more inconsistency. Factories are provided t

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

2008-07-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-438: --- Attachment: SOLR-438.patch This patch tests if the whole string points to a valid file.

[jira] Commented: (SOLR-614) Allow components to read any kind of XML from solrconfig

2008-07-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617229#action_12617229 ] Shalin Shekhar Mangar commented on SOLR-614: Ryan -- I re-read the thread several

[jira] Commented: (SOLR-614) Allow components to read any kind of XML from solrconfig

2008-07-26 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617214#action_12617214 ] Ryan McKinley commented on SOLR-614: -1 As discussed elsewhere, I'm against changing the

[jira] Updated: (SOLR-256) Stats via JMX

2008-07-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-256: --- Attachment: SOLR-256.patch Syncronizing with the trunk code. No other changes. Hoss --

[jira] Commented: (SOLR-614) Allow components to read any kind of XML from solrconfig

2008-07-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617203#action_12617203 ] Shalin Shekhar Mangar commented on SOLR-614: I'd like to commit this in a day or

[jira] Updated: (SOLR-622) SpellCheckComponent should build or load indices on startup and commits

2008-07-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-622: --- Attachment: SOLR-622.patch Adds a firstSearcher and postCommit event listener using API

Question on newSearcher and commit callbacks

2008-07-26 Thread Shalin Shekhar Mangar
Hi, A listener for newSearcher always get a null currentSearcher. The SolrCore always calls listener.newSearcher(newSearcher,null); Is that a bug or a feature? Another question was related to commit listeners. When inside the postCommit method, both core.getSearcher() and core.getNewestSearcher(

[jira] Commented: (SOLR-662) support all highlighter parameters in solr-ruby

2008-07-26 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617138#action_12617138 ] Erik Hatcher commented on SOLR-662: --- Probably no need to worry about back compatibility too