OpenSearch/docs/java-rest/high-level/document
Christoph Büscher a1c441f78a
HLRC: Add throttling for update & delete-by-query (#33951)
This change adds throttling to the update-by-query and delete-by-query cases
similar to throttling for reindex. This mostly means additional methods on the
client class itself, since the request hits the same RestHandler, just with
slightly different endpoints, and also the return values are similar.
2018-10-02 21:44:15 +02:00
..
bulk.asciidoc [DOCS] Update APIs grouping and ordering in REST high-level Client docs (#28497) 2018-02-02 17:19:50 +01:00
delete-by-query.asciidoc HLRC: Add delete by query API (#32782) 2018-09-04 08:56:26 -04:00
delete.asciidoc Remove legacy mapping code. (#29224) 2018-04-11 09:41:37 +02:00
exists.asciidoc Docs: HighLevelRestClient#exists (#29073) 2018-03-15 12:10:30 -04:00
get.asciidoc Remove legacy mapping code. (#29224) 2018-04-11 09:41:37 +02:00
index.asciidoc Docs: DRY up HLRC index docs (#34157) 2018-10-01 09:59:36 -04:00
multi-get.asciidoc Docs: Fix callouts after _parent removed 2018-04-11 12:56:13 -04:00
reindex.asciidoc HLREST: add reindex API (#32679) 2018-08-28 13:02:23 -04:00
rethrottle.asciidoc HLRC: Add throttling for update & delete-by-query (#33951) 2018-10-02 21:44:15 +02:00
update-by-query.asciidoc HLREST: add update by query API (#32760) 2018-09-02 15:15:00 -04:00
update.asciidoc Remove legacy mapping code. (#29224) 2018-04-11 09:41:37 +02:00