OpenSearch/modules
Simon Willnauer 016bc3ea2b Merge pull request #17001 from s1monw/cut_over_to_uuid
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.
2016-03-09 19:44:36 +01:00
..
ingest-grok ingest: Added foreach processor. 2016-02-04 23:44:01 +01:00
lang-expression upgrade to lucene 6.0.0-snapshot-bea235f 2016-03-07 04:12:23 -05:00
lang-groovy Use index UUID to lookup indices on IndicesService 2016-03-09 19:42:15 +01:00
lang-mustache Fixed bad YAML in msearch test 2016-03-03 14:45:02 +01:00
lang-painless Moved Painless from a plugin to a module. 2016-02-21 16:50:54 -08:00
reindex Teach list tasks api to wait for tasks to finish 2016-03-08 11:53:57 -05:00
build.gradle Build: Do not publish modules 2016-02-04 13:03:03 -08:00