OpenSearch/docs/java-rest/high-level/document
Henning Andersen dea935ac31
Reindex max_docs parameter name (#42942)
Previously, a reindex request had two different size specifications in the body:
* Outer level, determining the maximum documents to process
* Inside the source element, determining the scroll/batch size.

The outer level size has now been renamed to max_docs to
avoid confusion and clarify its semantics, with backwards compatibility and
deprecation warnings for using size.
Similarly, the size parameter has been renamed to max_docs for
update/delete-by-query to keep the 3 interfaces consistent.

Finally, all 3 endpoints now support max_docs in both body and URL.

Relates #24344
2019-06-07 12:16:36 +02:00
..
bulk.asciidoc Type removal - added deprecation warnings to _bulk apis (#36549) 2019-01-10 21:35:19 +00:00
delete-by-query.asciidoc Reindex max_docs parameter name (#42942) 2019-06-07 12:16:36 +02:00
delete.asciidoc Deprecate types in document delete requests. (#36087) 2018-11-30 15:11:29 -08:00
exists.asciidoc Deprecate types in get, exists, and multi get. (#35930) 2018-12-10 17:22:48 -08:00
get.asciidoc Deprecate types in get, exists, and multi get. (#35930) 2018-12-10 17:22:48 -08:00
index.asciidoc Deprecate types in index API (#36575) 2018-12-18 08:53:49 -05:00
multi-get.asciidoc [DOCS] Various spelling corrections (#37046) 2019-01-07 14:44:12 +01:00
multi-term-vectors.asciidoc Deprecate types in termvector and mtermvector requests. (#36182) 2018-12-06 10:23:15 -08:00
reindex.asciidoc Reindex max_docs parameter name (#42942) 2019-06-07 12:16:36 +02:00
rethrottle.asciidoc HLRC: DRY up remaining CRUD docs (#34925) 2018-10-29 10:32:17 -04:00
term-vectors.asciidoc Small corrections to HLRC doc for _termvectors (#35221) 2018-11-04 18:29:07 -05:00
update-by-query.asciidoc Reindex max_docs parameter name (#42942) 2019-06-07 12:16:36 +02:00
update.asciidoc Remove support for internal versioning for concurrency control (#38254) 2019-02-05 20:53:35 +01:00