Uses of Class
org.elasticsearch.common.lucene.index.ElasticsearchDirectoryReader
-
Packages that use ElasticsearchDirectoryReader Package Description org.elasticsearch.common.lucene.index org.elasticsearch.index org.elasticsearch.index.engine -
-
Uses of ElasticsearchDirectoryReader in org.elasticsearch.common.lucene.index
Methods in org.elasticsearch.common.lucene.index that return ElasticsearchDirectoryReader Modifier and Type Method Description static ElasticsearchDirectoryReaderElasticsearchDirectoryReader. getElasticsearchDirectoryReader(DirectoryReader reader)Tries to unwrap the given reader until the firstElasticsearchDirectoryReaderinstance is found ornullif no instance is found.static ElasticsearchDirectoryReaderElasticsearchDirectoryReader. wrap(DirectoryReader reader, ShardId shardId)Wraps the given reader in aElasticsearchDirectoryReaderas well as all it's sub-readers inElasticsearchLeafReaderto expose the given shard Id. -
Uses of ElasticsearchDirectoryReader in org.elasticsearch.index
Methods in org.elasticsearch.index with parameters of type ElasticsearchDirectoryReader Modifier and Type Method Description IndexWarmer.TerminationHandleIndexWarmer.Listener. warmReader(IndexShard indexShard, ElasticsearchDirectoryReader reader)Queue tasks to warm-up the given segments and return handles that allow to wait for termination of the execution of those tasks. -
Uses of ElasticsearchDirectoryReader in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return ElasticsearchDirectoryReader Modifier and Type Method Description protected ElasticsearchDirectoryReaderReadOnlyEngine. wrapReader(DirectoryReader reader, Function<DirectoryReader,DirectoryReader> readerWrapperFunction)Methods in org.elasticsearch.index.engine that return types with arguments of type ElasticsearchDirectoryReader Modifier and Type Method Description 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)Methods in org.elasticsearch.index.engine with parameters of type ElasticsearchDirectoryReader Modifier and Type Method Description protected voidReadOnlyEngine. processReader(ElasticsearchDirectoryReader reader)voidEngine.Warmer. warm(ElasticsearchDirectoryReader reader)Called once a new top-level reader is opened.
-