You could use the replications API from a cron job. See: https://cwiki.apache.org/confluence/display/solr/Index+Replication#IndexReplication-HTTPAPICommandsfortheReplicationHandler
Best, Erick On Thu, Apr 9, 2015 at 8:32 AM, Ted Cao <[email protected]> wrote: > Hi, this is regarding to replication for version 4.5 > > I need time based replication, need to control replication to be during off > hours (midnight - 6am) so commits do not impact performance, we only need > data refresh-ness to be daily. > > Currently it seems replication in 4.5 can only be done with pull interval? > So if the write-only master is updated constantly then time based > replication doesn't seem possible? (We currently "solve" the problem by > committing write only master once a day at midnight but I would like more > frequent commits to minimize data loss) > > Is there standard way of handling time based replication in 4.5??? > > (Back in 1.4 days when I worked for another company, we did file syncing > manually but that's not possible/feasible here, we have over 60 solr boxes > that needs to be replicated to here) > > Thanks a lot for any info/insights > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
