[
https://issues.apache.org/jira/browse/SOLR-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715600#action_12715600
]
Ning Li commented on SOLR-1051:
-------------------------------
In the current approach, mergeIndexes is an admin command and the target core
should be online. I haven't looked into the SolrDispatchFilter logic change,
but it seems with this change, the following are the two valid options:
- mergeIndexes is an update command and the target core should be online
- mergeIndexes is an admin command and the target core should be offline
The first option is close to what we have now. I like it a bit more because you
keep track of the merge by going through UpdateProcessor. But you seem to
prefer the second option?
> 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.