OpenSearch/modules
Nik Everett fe4823eae0 Reindex should retry on search failures
This uses the same backoff policy we use for bulk and just retries until
the request isn't rejected.

Instead of `{"retries": 12}` in the response to count retries this now
looks like `{"retries": {"bulk": 12", "search": 1}`.

Closes #18059
2016-05-17 13:58:45 -04:00
..
ingest-grok ingest: Add `date_index_name` processor. 2016-04-29 17:20:48 +02:00
lang-expression Remove LeafSearchScript.runAsFloat(): Nothing calls it. 2016-05-15 22:59:28 -04:00
lang-groovy Remove LeafSearchScript.runAsFloat(): Nothing calls it. 2016-05-15 22:59:28 -04:00
lang-mustache painless: improve exception stacktraces 2016-05-13 15:40:45 -04:00
lang-painless make semicolons only optional at the end 2016-05-17 10:55:40 -04:00
reindex Reindex should retry on search failures 2016-05-17 13:58:45 -04:00
build.gradle Enforce isolated mode for all plugins 2016-03-24 09:17:33 +01:00