Details
Description
Here's a simple update processor for distributed indexing that I implemented years ago.
It implements a simple hash(id) MOD nservers and just fails if any servers are down.
Given the recent activity in distributed indexing, I thought this might be at least a good source for ideas.