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
delete-pipeline.asciidoc
geoip-stats-api.asciidoc
get-pipeline.asciidoc
index.asciidoc
put-pipeline.asciidoc
simulate-pipeline.asciidoc