Little note on indexing without an ID.

This commit is contained in:
aetter 2021-05-26 12:46:08 -07:00
parent c5977c86f0
commit de295161ab
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Optional document\n
The optional JSON document doesn't need to be minified---spaces are fine---but it does need to be on a single line. OpenSearch uses newline characters to parse bulk requests and requires that the request body end with a newline character.
All actions support the same metadata: `_index`, `_id`, and `_require_alias`.
All actions support the same metadata: `_index`, `_id`, and `_require_alias`. If you don't provide an ID, OpenSearch generates one automatically, which can make it challenging to update the document at a later time.
- Create