OpenSearch/docs/java-api/docs
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 Docs: Fix build for java-api 2018-10-30 09:14:07 -04:00
delete.asciidoc Make sure to use the type _doc in the REST documentation. (#34662) 2018-10-22 11:54:04 -07:00
get.asciidoc Make sure to use the type _doc in the REST documentation. (#34662) 2018-10-22 11:54:04 -07:00
index_.asciidoc Docs: Fix Jackson reference (#36366) 2018-12-07 15:18:22 -05:00
multi-get.asciidoc Make sure to use the type _doc in the REST documentation. (#34662) 2018-10-22 11:54:04 -07:00
reindex.asciidoc Added minimal docs for reindex api in java-api docs 2018-03-16 07:42:48 +01:00
update-by-query.asciidoc Reindex max_docs parameter name (#42942) 2019-06-07 12:16:36 +02:00
update.asciidoc Docs: Drop inline callouts from the java API (#39932) (#40693) 2019-04-01 13:02:23 -04:00