1.if 100 document will be index with _version 1,again tried to index
same document with same _version value 1,then ES will create index
with incremented version value or it will be same.
As I have understood that versioning is on the indexType level,
Thus if I update any document then will the version of all the
document in that particular type will be changed or only that
documents version will change.
1.if 100 document will be index with _version 1,again tried to index
same document with same _version value 1,then ES will create index
with incremented version value or it will be same.
yes, the version will be incremented.
As I have understood that versioning is on the indexType level,
Thus if I update any document then will the version of all the
document in that particular type will be changed or only that
documents version will change.
Only the specific document version will eb incremented.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.