Right. Then it seems like you have to index the doc to both solr1 and solr2
then. This assumes that you do NOT intend the two indexes to be identical
when all is said and done, right? They'll contain different documents.

Because if you _do_ intend the indexes to be identical, replication is your
answer. Replication pulls partial indexes, but not based on query just
"what's changed".

But there's no way to say "replicate docs X, Y, and Z and don't move
anything else"

Best
Erick

On Sat, Oct 13, 2012 at 10:04 PM, jefferyyuan <yuanyun...@gmail.com> wrote:
> Thanks for the reply, but I think SolrReplication may not help in this case,
> as we don't want to replicate all indexs to solr2, just a part of
> index(index of doc created by me). Seems SolrReplication doesn't support
> replicate a part of index(based on a query) to the slave.
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/How-to-import-a-part-of-index-from-main-Solr-server-based-on-a-query-to-another-Solr-server-and-then-tp4013479p4013580.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to