016bc3ea2b
Use index UUID to lookup indices on IndicesService Today we use the index name to lookup index instances on the IndicesService which applied to search requests but also to index deletion etc. This commit moves the interface to expect an Index instance which is a tuple and looks up the index by uuid rather than by name. This prevents accidental modification of the wrong index if and index is recreated or searching from the wrong index in such a case. Accessing an index that has the same name but different UUID will now result in an IndexNotFoundException. |
||
---|---|---|
.. | ||
ingest-grok | ||
lang-expression | ||
lang-groovy | ||
lang-mustache | ||
lang-painless | ||
reindex | ||
build.gradle |