Re: Rejecting document already existing in different shard.

2013-04-17 Thread Dmitry Kan
Hi, Although we use logical sharding, there are cases in our environment as you described. We handle them manually: 0. prepare new version of a document 1. remove the old version of the document 2. post it and commit With logical sharding it is relatively easy, but we do need to store location

Rejecting document already existing in different shard.

2013-03-13 Thread Marcin Rzewucki
Hi there, Let's say we use custom hashing algorithm and there is a document already indexed in shard1. After some time the same document has changed and should be indexed to shard2 (because of routing rules used in indexing program). It has been indexed without issues and as a result 2 almost the