Re: Multiple documents with the same _id

2015-07-19 Thread vineeth mohan
Hello David , Very interesting finding. As i see the only way for this to happen is to index the same document ID with different routing keys or parent ID's even. Have anything of these have happened while indexing ? Thanks Vineeth Mohan, Elasticsearch consultant,

Multiple documents with the same _id

2015-06-26 Thread David Smith
We're using elasticsearch 1.4.0 and we index documents using bulk indexing from node client. We seem to be getting quite a few duplicates as elasticsearch doesn't seem to recognize that there are already documents with the same _id. GET /searchables/_search { "from": 0, "size": 100,