Yes.
If you do:
PUT test/_doc/1
{
"foo": "bar"
}
PUT test/_doc/1
{
"foo": "baz"
}
GET test/_doc/1
Then you will get this document:
{
"foo": "baz"
}
Yes.
If you do:
PUT test/_doc/1
{
"foo": "bar"
}
PUT test/_doc/1
{
"foo": "baz"
}
GET test/_doc/1
Then you will get this document:
{
"foo": "baz"
}
© 2020. All Rights Reserved - Elasticsearch
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.