Uses of Class
org.apache.lucene.index.ReaderSlice
Packages that use ReaderSlice
-
Uses of ReaderSlice in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ReaderSliceModifier and TypeFieldDescriptionstatic final ReaderSlice[]
ReaderSlice.EMPTY_ARRAY
Zero-lengthReaderSlice
array.MultiDocsAndPositionsEnum.EnumWithSlice.slice
ReaderSlice
describing how this sub-reader fits into the composite reader.MultiDocsEnum.EnumWithSlice.slice
ReaderSlice
describing how this sub-reader fits into the composite reader.Constructors in org.apache.lucene.index with parameters of type ReaderSliceModifierConstructorDescriptionMultiFields
(Fields[] subs, ReaderSlice[] subSlices) Expert: construct a new MultiFields instance directly.MultiTerms
(Terms[] subs, ReaderSlice[] subSlices) Sole constructor.MultiTermsEnum
(ReaderSlice[] slices) Sole constructor.