elasticsearch/x-pack/plugin/autoscaling
Tanguy Leroux 9c7a869c34
Move some constants from SearchableSnapshotsConstants to server (#75308)
Elasticsearch's server sometimes has to do things 
differently in order to handle searchable snapshots 
shards. In such cases it relies on index settings 
and hard coded values to know if a shard is a 
searchable snapshot one.

This commit adds a new SearchableSnapshotsSettings 
class in server that provides methods to check if 
an index is a searchable snapshot index. This class 
also contains the names of some index settings 
related to searchable snapshots that are required 
by the server.
2021-07-15 09:43:01 +02:00
..
qa Cleanup QA projects build scripts (#74428) 2021-06-23 11:35:47 +02:00
src Move some constants from SearchableSnapshotsConstants to server (#75308) 2021-07-15 09:43:01 +02:00
build.gradle Autoscale frozen tier into existence (#73435) 2021-06-22 13:21:04 +02:00