OpenSearch/plugins/store-smb
Simon Willnauer 46ccfba808 Remove IndexStore and DirectoryService (#42446)
Both of these classes are basically a bloated wrapper around a simple
construct that can simply be a DirectoryFactory interface. This change
removes both classes and replaces them with a simple stateless interface
that creates a new `Directory` per shard. The concept of `index.store` is preserved
since it makes sense from a configuration perspective.
2019-05-24 12:14:56 +02:00
..
src Remove IndexStore and DirectoryService (#42446) 2019-05-24 12:14:56 +02:00
build.gradle Switch build system to Gradle 2015-10-29 11:40:19 -07:00