Solr's Java Replication feature downloads changes to an index. It does not need to pull the entire index.
I think what you need to do with the SolrEntityProcessor is this: do a Solr sorted query on your "last modified" field and fetch the timestamp from the first row. This would go in an outer 'entity'. Inside this, you would have the 'root entity' for each document. This might be your database query. You use the timestamp value from the outer SolrEP query in your SQL. I have not tried this- you will have to experiment. On Sat, Oct 13, 2012 at 7: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. -- Lance Norskog goks...@gmail.com