Package org.elasticsearch.index
Interface IndexModule.IndexSearcherWrapperFactory
-
- Enclosing class:
- IndexModule
public static interface IndexModule.IndexSearcherWrapperFactoryFactory for creating newIndexSearcherWrapperinstances
-
-
Method Summary
Modifier and Type Method Description IndexSearcherWrappernewWrapper(IndexService indexService)Returns a new IndexSearcherWrapper.
-
-
-
Method Detail
-
newWrapper
IndexSearcherWrapper newWrapper(IndexService indexService)
Returns a new IndexSearcherWrapper. This method is called once per index per node
-
-