Uses of Class
org.apache.lucene.index.BaseCompositeReader
Packages that use BaseCompositeReader
Package
Description
Code to maintain and access indices.
Misc index tools and index support.
-
Uses of BaseCompositeReader in org.apache.lucene.index
Subclasses of BaseCompositeReader in org.apache.lucene.indexModifier and TypeClassDescriptionclass
DirectoryReader is an implementation ofCompositeReader
that can read indexes in aDirectory
.class
TheExitableDirectoryReader
wraps a real indexDirectoryReader
and allows for aQueryTimeout
implementation object to be checked periodically to see if the thread should exit or not.class
A FilterDirectoryReader wraps another DirectoryReader, allowing implementations to transform or extend it.class
ACompositeReader
which reads multiple indexes, appending their content.class
AnCompositeReader
which reads multiple, parallel indexes.final class
This reader filters out documents that have a doc values value in the given field and treat these documents as soft deleted.final class
Default implementation ofDirectoryReader
. -
Uses of BaseCompositeReader in org.apache.lucene.misc.index
Subclasses of BaseCompositeReader in org.apache.lucene.misc.indexModifier and TypeClassDescriptionprivate static final class
This class emulates deletions on the underlying index.