Package org.elasticsearch.index
Interface IndexModule.IndexSearcherWrapperFactory
-
- Enclosing class:
- IndexModule
public static interface IndexModule.IndexSearcherWrapperFactory
Factory for creating newIndexSearcherWrapper
instances
-
-
Method Summary
Modifier and Type Method Description IndexSearcherWrapper
newWrapper(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
-
-