Real Time indexing (solr 4) or decrease replication poll and auto commit time.
2011/9/10 Jamie Johnson <jej2...@gmail.com> > Is it appropriate to query the master servers when replicating? I ask > because there could be a case where we index say 50 documents to the > master, they have not yet been replicated and a user asks for page 2, > when they ask for page 2 the request could be sent to a slave and get > 0. Is there a way to avoid this? My thought was to not allow > querying of the master but I'm not sure that this could be configured > in solr >