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 [DOCS] Add security privileges to ingest API docs (#67845) 2021-01-25 08:41:46 -05:00
geoip-stats-api.asciidoc Enable GeoIP downloader by default (#74323) 2021-06-28 09:04:49 +02:00
get-pipeline.asciidoc [DOCS] Add additional example to ingest pipeline docs (#70677) 2021-03-23 07:54:41 -04:00
index.asciidoc [DOCS] Merge ingest APIs index to one page (#76264) 2021-08-10 09:30:47 -04:00
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