OpenSearch/docs/reference
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
..
aggregations [DOCS] Remove unneeded `ifdef::asciidoctor[]` conditionals (#42758) 2019-05-31 11:08:54 -04:00
analysis Fix error with mapping in docs 2019-05-30 10:28:09 -04:00
cat Remove stray back tick that's messing up table format (#41705) 2019-05-21 09:00:06 -04:00
ccr Replicate aliases in cross-cluster replication (#42875) 2019-06-04 20:36:24 -04:00
cluster TestClusters: Convert docs (#42100) 2019-05-22 14:44:08 +03:00
commands Fix docs typo in the certutil CSR mode (#42593) 2019-05-31 01:03:43 +03:00
data-frames/apis [DOCS] Fix typo in bucket script aggregation link 2019-06-04 09:40:38 -04:00
docs Reindex max_docs parameter name (#42942) 2019-06-07 12:16:36 +02:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
how-to Fix grammar problem in stemming reference. (#42148) 2019-05-22 09:50:30 -07:00
ilm Add note about ILM action ordering (#41771) 2019-05-08 16:42:50 -06:00
images SQL: Update JDBC class name in client screenshots 2019-03-27 12:21:53 +02:00
index-modules Minor improvement translog docs (#42184) 2019-05-19 20:45:34 -04:00
indices [DOCS] Add anchors for Asciidoctor migration (#41648) 2019-04-30 10:20:17 -04:00
ingest [Docs] Add note for date patterns used for index search. (#42810) 2019-06-03 22:27:19 +02:00
licensing [DOCS] Remind users to include @ symbol when applying license file (#40688) 2019-04-04 11:50:20 -04:00
mapping Clarify that inner_hits must be used to access nested fields. (#42724) 2019-05-31 10:06:11 -07:00
migration [Docs] Mention search related deprecations (#42751) 2019-05-31 12:56:07 +02:00
ml [ML] Add earliest and latest timestamps to field stats (#42890) 2019-06-06 08:58:35 +01:00
modules [DOCS] Move 'Scripting' section to top-level navigation. (#42939) 2019-06-06 10:46:02 -04:00
monitoring [DOCS] Disable Metricbeat system module (#42601) 2019-05-30 12:19:48 -07:00
query-dsl [DOCS] Rewrite terms query (#42889) 2019-06-06 08:33:52 -04:00
release-notes [DOCS] Removes coming tags 2019-05-28 08:58:41 -07:00
rest-api [ML] [Data Frame] Adding supported aggs in docs (#42728) (#42842) 2019-06-04 07:19:58 -05:00
rollup [DOCS] Fix API Quick Reference rollup attribute for Asciidoctor (#42403) 2019-05-28 08:53:20 -04:00
scripting [DOCS] Move 'Scripting' section to top-level navigation. (#42939) 2019-06-06 10:46:02 -04:00
search [Docs] Add to preference parameter docs (#42797) 2019-06-04 14:38:18 +02:00
security [DOCS] Updates TLS configuration info (#41983) 2019-05-20 09:13:37 -04:00
settings [DOCS] Remove unneeded `ifdef::asciidoctor[]` conditionals (#42758) 2019-05-31 11:05:44 -04:00
setup Clarify heap setting in Docker docs (#42754) 2019-06-05 09:44:43 +03:00
sql SQL: [Docs] Fix links syntax (#42806) 2019-06-03 17:51:19 +02:00
testing Uppercasing some docs section title (#37781) 2019-01-24 22:54:55 +01:00
upgrade fix assumption that 6.7 is last 6.x release (#42255) 2019-05-20 14:35:28 -05:00
aggregations.asciidoc [Docs] Update aggregations.asciidoc (#29265) 2018-03-28 15:01:45 +02:00
analysis.asciidoc Remove more include_type_name and types from docs (#37601) 2019-01-18 14:11:18 +01:00
api-conventions.asciidoc [Docs] Add note for date patterns used for index search. (#42810) 2019-06-03 22:27:19 +02:00
cat.asciidoc Minor docs cleanup (#37595) 2019-01-18 09:28:48 +01:00
cluster.asciidoc [DOCS] Adds overview and API ref for cluster voting configurations (#36954) 2019-01-07 09:11:14 -08:00
docs.asciidoc Document Seq No powered optimistic concurrency control (#37284) 2019-01-11 07:59:15 -08:00
frozen-indices.asciidoc [DOCS] Adds anchors and x-pack icons for frozen indices 2019-03-26 15:53:18 -07:00
getting-started.asciidoc TestClusters: Convert docs (#42100) 2019-05-22 14:44:08 +03:00
glossary.asciidoc Update glossary.asciidoc (#41364) 2019-04-19 10:25:07 +02:00
gs-index.asciidoc [DOCS] Adding index file for GS "mini book". 2017-07-18 13:44:08 -07:00
how-to.asciidoc Correct grammar in list in how-to docs 2017-01-17 20:57:22 -05:00
index-modules.asciidoc [DOCS] Rewrite terms query (#42889) 2019-06-06 08:33:52 -04:00
index.asciidoc [DOCS] Move 'Scripting' section to top-level navigation. (#42939) 2019-06-06 10:46:02 -04:00
index.x.asciidoc [DOCS] Removes redundant index.asciidoc files (#30707) 2018-05-18 11:05:40 -07:00
indices.asciidoc add split index reference in indices.asciidoc 2017-11-06 12:55:41 +01:00
ingest.asciidoc ingest: document index.default_pipeline (#34500) 2018-10-23 13:49:25 -05:00
mapping.asciidoc Clarify the settings around limiting nested mappings. (#42686) 2019-05-30 10:36:38 -07:00
modules.asciidoc [DOCS] Move 'Scripting' section to top-level navigation. (#42939) 2019-06-06 10:46:02 -04:00
query-dsl.asciidoc Update query-dsl.asciidoc (#27669) 2017-12-11 18:06:08 +01:00
redirects.asciidoc [DOCS] Explicitly set section IDs for Asciidoctor migration (#41547) 2019-04-25 15:07:52 -04:00
release-notes.asciidoc Update release-notes.asciidoc (#42779) 2019-06-01 08:18:00 -04:00
scripting.asciidoc [DOCS] Move 'Scripting' section to top-level navigation. (#42939) 2019-06-06 10:46:02 -04:00
search.asciidoc Make sure to use the type _doc in the REST documentation. (#34662) 2018-10-22 11:54:04 -07:00
setup.asciidoc Clean up docs regarding recommended JVM (#41356) 2019-04-18 14:17:48 -06:00
testing.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
upgrade.asciidoc fix assumption that 6.7 is last 6.x release (#42255) 2019-05-20 14:35:28 -05:00