[
https://issues.apache.org/jira/browse/SOLR-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681816#action_12681816
]
Ning Li commented on SOLR-1051:
-------------------------------
Having "add/mergeIndexes" go through the update processor chain makes sense.
But I'll keep it a CoreAdmin command since non-admin users probably shouldn't
issue the command.
I thought the difference between "merge" and "add" is that, e.g. given indexA
and indexB, merge(indexA, indexB) vs. indexA.add(indexB). A new searcher on
indexA will see indexB in case of "add", and won't in case of "merge". But if
you think indexA.merge(indexB) is fine, I can rename it.
> 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
> Priority: Minor
> Attachments: 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.