Uses of Class
org.apache.lucene.index.ReaderSlice
-
Packages that use ReaderSlice Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of ReaderSlice in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ReaderSlice Modifier and Type Field Description static ReaderSlice[]ReaderSlice. EMPTY_ARRAYZero-lengthReaderSlicearray.ReaderSliceMultiDocsAndPositionsEnum.EnumWithSlice. sliceReaderSlicedescribing how this sub-reader fits into the composite reader.ReaderSliceMultiDocsEnum.EnumWithSlice. sliceReaderSlicedescribing how this sub-reader fits into the composite reader.Constructors in org.apache.lucene.index with parameters of type ReaderSlice Constructor Description MultiFields(Fields[] subs, ReaderSlice[] subSlices)Expert: construct a new MultiFields instance directly.MultiTerms(Terms[] subs, ReaderSlice[] subSlices)Sole constructor.MultiTermsEnum(ReaderSlice[] slices)Sole constructor.
-