Uses of Class
org.elasticsearch.index.engine.Engine.SearcherScope
-
Packages that use Engine.SearcherScope Package Description org.elasticsearch.index.engine -
-
Uses of Engine.SearcherScope in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return Engine.SearcherScope Modifier and Type Method Description static Engine.SearcherScopeEngine.SearcherScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Engine.SearcherScope[]Engine.SearcherScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.index.engine with parameters of type Engine.SearcherScope Modifier and Type Method Description Engine.SearcherEngine. acquireSearcher(String source, Engine.SearcherScope scope)Returns a new searcher instance.protected Engine.GetResultEngine. getFromSearcher(Engine.Get get, BiFunction<String,Engine.SearcherScope,Engine.Searcher> searcherFactory, Engine.SearcherScope scope)protected abstract ReferenceManager<ElasticsearchDirectoryReader>Engine. getReferenceManager(Engine.SearcherScope scope)protected ReferenceManager<ElasticsearchDirectoryReader>InternalEngine. getReferenceManager(Engine.SearcherScope scope)protected ReferenceManager<ElasticsearchDirectoryReader>ReadOnlyEngine. getReferenceManager(Engine.SearcherScope scope)Method parameters in org.elasticsearch.index.engine with type arguments of type Engine.SearcherScope Modifier and Type Method Description abstract Engine.GetResultEngine. get(Engine.Get get, BiFunction<String,Engine.SearcherScope,Engine.Searcher> searcherFactory)Engine.GetResultInternalEngine. get(Engine.Get get, BiFunction<String,Engine.SearcherScope,Engine.Searcher> searcherFactory)Engine.GetResultReadOnlyEngine. get(Engine.Get get, BiFunction<String,Engine.SearcherScope,Engine.Searcher> searcherFactory)protected Engine.GetResultEngine. getFromSearcher(Engine.Get get, BiFunction<String,Engine.SearcherScope,Engine.Searcher> searcherFactory, Engine.SearcherScope scope)
-