elasticsearch/docs/reference/ingest/apis
Stuart Tettemer d42211c431
Ingest: IngestDocument requires non-null version (#87665)
Changes the type of the version parameter in `IngestDocument` from
`Long` to `long` and moves it to the third argument, so all required
values occur before nullable arguments.

The `IngestService` expects a non-null version for a document and will
throw an `NullPointerException` if one is not provided.

Related: #87309
2022-06-15 07:50:45 -05:00
..
enrich Update execute-enrich-policy.asciidoc (#80750) 2021-11-16 11:57:04 +01:00
delete-pipeline.asciidoc
geoip-stats-api.asciidoc
get-pipeline.asciidoc
index.asciidoc
put-pipeline.asciidoc [DOCS] `if_version` parameter for OCC on pipeline updates (#79640) 2021-10-25 08:25:26 -05:00
simulate-pipeline.asciidoc Ingest: IngestDocument requires non-null version (#87665) 2022-06-15 07:50:45 -05:00