Uses of Class
org.apache.lucene.index.CompositeReader
-
Packages that use CompositeReader Package Description org.apache.lucene.index org.elasticsearch.common.lucene.index -
-
Uses of CompositeReader in org.apache.lucene.index
Subclasses of CompositeReader in org.apache.lucene.index Modifier and Type Class Description classBaseCompositeReader<R extends IndexReader>Base class for implementingCompositeReaders based on an array of sub-readers.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.Methods in org.apache.lucene.index that return CompositeReader Modifier and Type Method Description CompositeReaderCompositeReaderContext. reader() -
Uses of CompositeReader in org.elasticsearch.common.lucene.index
Subclasses of CompositeReader in org.elasticsearch.common.lucene.index Modifier and Type Class Description classElasticsearchDirectoryReaderAFilterDirectoryReaderthat exposes Elasticsearch internal per shard / index information like the shard ID.
-