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

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

The test case passed because it was using an EmbeddedSolrServer which creates 
SolrQueryRequest objects with the current core. The logic in SolrDispatchFilter 
has been changed to not create a special AdminCore.

I'm wondering if it makes sense to have the UpdateProcessor hooks at all. Even 
in the previous scheme, the first core was designated as the admin core. 
Therefore, keeping track of merges through an update processor would require 
one to setup his update processor on the first core defined in solr.xml.

How about we remove the UpdateProcessor hooks for merge command? Thoughts?

> Support the merge of multiple indexes
> -------------------------------------
>
>                 Key: SOLR-1051
>                 URL: https://issues.apache.org/jira/browse/SOLR-1051
>             Project: Solr
>          Issue Type: New Feature
>          Components: update
>            Reporter: Ning Li
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1051.patch, SOLR-1051.patch, SOLR-1051.patch
>
>
> This is to support the merge of multiple indexes.

-- 
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