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_ARRAYZero-lengthReaderSlicearray.MultiPostingsEnum.EnumWithSlice.sliceReaderSlicedescribing how this sub-reader fits into the composite reader.private final ReaderSliceMultiTermsEnum.TermsEnumWithSlice.subSliceprivate final ReaderSlice[]MultiFields.subSlicesprivate final ReaderSlice[]MultiTerms.subSlicesMethods in org.apache.lucene.index that return ReaderSliceModifier and TypeMethodDescriptionMultiTerms.getSubSlices()Expert: returns pointers to the sub-readers corresponding to the Terms being merged.Constructors in org.apache.lucene.index with parameters of type ReaderSliceModifierConstructorDescriptionBitsSlice(Bits parent, ReaderSlice slice) MultiFields(Fields[] subs, ReaderSlice[] subSlices) Sole constructor.MultiTerms(Terms[] subs, ReaderSlice[] subSlices) Sole constructor.MultiTermsEnum(ReaderSlice[] slices) Sole constructor.TermsEnumWithSlice(int index, ReaderSlice subSlice)