Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Field and Description |
---|---|
static ReaderSlice[] |
ReaderSlice.EMPTY_ARRAY
Zero-length
ReaderSlice array. |
ReaderSlice |
MultiPostingsEnum.EnumWithSlice.slice
ReaderSlice describing how this sub-reader
fits into the composite reader. |
Modifier and Type | Method and Description |
---|---|
ReaderSlice[] |
MultiTerms.getSubSlices()
Expert: returns pointers to the sub-readers corresponding to the Terms being merged.
|
Constructor and Description |
---|
MultiFields(Fields[] subs,
ReaderSlice[] subSlices)
Sole constructor.
|
MultiTerms(Terms[] subs,
ReaderSlice[] subSlices)
Sole constructor.
|
MultiTermsEnum(ReaderSlice[] slices)
Sole constructor.
|
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.