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_ARRAY
Zero-lengthReaderSlice
array.ReaderSlice
MultiPostingsEnum.EnumWithSlice. slice
ReaderSlice
describing how this sub-reader fits into the composite reader.private ReaderSlice
MultiTermsEnum.TermsEnumWithSlice. subSlice
private ReaderSlice[]
MultiFields. subSlices
private ReaderSlice[]
MultiTerms. subSlices
Methods in org.apache.lucene.index that return ReaderSlice Modifier and Type Method Description ReaderSlice[]
MultiTerms. getSubSlices()
Expert: returns pointers to the sub-readers corresponding to the Terms being merged.Constructors in org.apache.lucene.index with parameters of type ReaderSlice Constructor Description BitsSlice(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)
-