Uses of Class
org.apache.lucene.index.BaseCompositeReader
-
Packages that use BaseCompositeReader Package Description org.apache.lucene.index org.elasticsearch.common.lucene.index -
-
Uses of BaseCompositeReader in org.apache.lucene.index
Subclasses of BaseCompositeReader in org.apache.lucene.index Modifier and Type Class Description classDirectoryReaderDirectoryReader is an implementation ofCompositeReaderthat can read indexes in aDirectory.classFilterDirectoryReaderA FilterDirectoryReader wraps another DirectoryReader, allowing implementations to transform or extend it.classMultiReaderACompositeReaderwhich reads multiple indexes, appending their content.classSoftDeletesDirectoryReaderWrapperThis reader filters out documents that have a doc values value in the given field and treat these documents as soft deleted.classStandardDirectoryReaderDefault implementation ofDirectoryReader. -
Uses of BaseCompositeReader in org.elasticsearch.common.lucene.index
Subclasses of BaseCompositeReader in org.elasticsearch.common.lucene.index Modifier and Type Class Description classElasticsearchDirectoryReaderAFilterDirectoryReaderthat exposes Elasticsearch internal per shard / index information like the shard ID.
-