OpenSearch/docs/reference/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 typo referring to multi search API 2019-05-07 09:08:36 -04:00
concurrency-control.asciidoc Edits to text in Optimistic Concurrency Ctrl doc (#39191) 2019-02-25 16:54:23 +01:00
data-replication.asciidoc [DOCS] Document 200 http code response for partial results (#40367) 2019-04-29 08:30:17 -04:00
delete-by-query.asciidoc Reindex max_docs parameter name (#42942) 2019-06-07 12:16:36 +02:00
delete.asciidoc Fix wording in Delete API docs (#39013) 2019-02-18 17:11:28 +01:00
get.asciidoc Fix wording in Get API docs (#39012) 2019-02-18 17:11:33 +01:00
index_.asciidoc [Docs] Fix common word repetitions (#39703) 2019-04-25 20:47:47 +02:00
multi-get.asciidoc [DOCS] Document 200 http code response for partial results (#40367) 2019-04-29 08:30:17 -04:00
multi-termvectors.asciidoc Deprecate types in termvector and mtermvector requests. (#36182) 2018-12-06 10:23:15 -08:00
refresh.asciidoc [DOCS] Add anchors for Asciidoctor migration (#41648) 2019-04-30 10:20:17 -04:00
reindex.asciidoc Reindex max_docs parameter name (#42942) 2019-06-07 12:16:36 +02:00
termvectors.asciidoc Remove remaining occurances of "include_type_name=true" in docs (#37646) 2019-01-22 15:13:52 +01:00
update-by-query.asciidoc Reindex max_docs parameter name (#42942) 2019-06-07 12:16:36 +02:00
update.asciidoc [DOCS] Add anchors for Asciidoctor migration (#41648) 2019-04-30 10:20:17 -04:00