Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Field and Description |
---|---|
private MultiTermsEnum.TermsEnumWithSlice[] |
MultiTermsEnum.currentSubs |
private MultiTermsEnum.TermsEnumWithSlice[] |
MultiTermsEnum.subs |
private MultiTermsEnum.TermsEnumWithSlice[] |
MultiTermsEnum.top |
Modifier and Type | Field and Description |
---|---|
private static java.util.Comparator<MultiTermsEnum.TermsEnumWithSlice> |
MultiTermsEnum.INDEX_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
private MultiTermsEnum.TermsEnumWithSlice |
MultiTermsEnum.TermMergeQueue.get(int i) |
MultiTermsEnum.TermsEnumWithSlice[] |
MultiTermsEnum.getMatchArray()
Returns sub-reader slices positioned to the current term.
|
Modifier and Type | Method and Description |
---|---|
(package private) int |
MultiTermsEnum.TermMergeQueue.fillTop(MultiTermsEnum.TermsEnumWithSlice[] tops)
Add the
PriorityQueue.top() slice as well as all slices that are positionned
on the same term to tops and return how many of them there are. |
protected boolean |
MultiTermsEnum.TermMergeQueue.lessThan(MultiTermsEnum.TermsEnumWithSlice termsA,
MultiTermsEnum.TermsEnumWithSlice termsB) |