While creating a document with an explicit identifier, Elasticsearch
needs to perform a check whether the same id already exists within the
same shard.
This patch makes setting document id optional. And using
auto-generated ids by leaving _id parameter, which makes indexing faster.
While creating a document with an explicit identifier, Elasticsearch needs to perform a check whether the same id already exists within the same shard.
This patch makes setting document id optional. And using auto-generated ids by leaving _id parameter, which makes indexing faster.
Signed-off-by: Ladislav Macoun ladislavmacoun@gmail.com