[jira] [Updated] (SOLR-1431) CommComponent abstracted

2011-06-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1431: - Attachment: SOLR-1431.patch This time use a factory to create shardHandler {code:xml} requestHandler

[jira] [Updated] (SOLR-1431) CommComponent abstracted

2011-06-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1431: - Attachment: SOLR-1431.patch Even the checkDistributed() method is abstracted out to ShardHandler. The

[jira] [Updated] (SOLR-1431) CommComponent abstracted

2011-06-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1431: -- Fix Version/s: 4.0 CommComponent abstracted Key: SOLR-1431

[jira] [Updated] (SOLR-1431) CommComponent abstracted

2011-06-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1431: --- Fix Version/s: (was: 3.2) Priority: Major (was: Trivial) Affects

[jira] [Updated] (SOLR-1431) CommComponent abstracted

2011-06-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1431: --- Remaining Estimate: (was: 24h) Original Estimate: (was: 24h) CommComponent

[jira] [Updated] (SOLR-1431) CommComponent abstracted

2011-06-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1431: --- Attachment: SOLR-1431.patch Here's a patch updated to trunk. CommComponent abstracted

[jira] [Updated] (SOLR-1431) CommComponent abstracted

2011-06-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1431: --- Attachment: SOLR-1431.patch Methods moved up into abstract class ShardHandler. All tests

[jira] Updated: (SOLR-1431) CommComponent abstracted

2009-11-18 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1431: - Attachment: SOLR-1431.patch Search component is agnostic of the actual shards now. Some more work to be

[jira] Updated: (SOLR-1431) CommComponent abstracted

2009-10-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1431: - Attachment: SOLR-1431.patch CommComponent abstracted Key:

[jira] Updated: (SOLR-1431) CommComponent abstracted

2009-10-14 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1431: - Attachment: SOLR-1431.patch CommComponent abstracted Key:

[jira] Updated: (SOLR-1431) CommComponent abstracted

2009-09-22 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1431: --- Attachment: SOLR-1431.patch Changed SearchHandler.getCommComponent to getMultiSearchHandler

[jira] Updated: (SOLR-1431) CommComponent abstracted

2009-09-22 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1431: --- Attachment: SOLR-1431.patch Same as the previous CommComponent abstracted

[jira] Updated: (SOLR-1431) CommComponent abstracted

2009-09-15 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1431: --- Attachment: SOLR-1431.patch * Changed the class names to the MultiShardHandler theme * Added

[jira] Updated: (SOLR-1431) CommComponent abstracted

2009-09-14 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1431: --- Attachment: SOLR-1431.patch All tests pass (except the unrelated DirectUpdateHandlerTest)