Uses of Class
org.apache.lucene.queries.intervals.DisiWrapper
-
Packages that use DisiWrapper Package Description org.apache.lucene.queries.intervals Intervals queries -
-
Uses of DisiWrapper in org.apache.lucene.queries.intervals
Fields in org.apache.lucene.queries.intervals declared as DisiWrapper Modifier and Type Field Description private DisiWrapper[]
DisiPriorityQueue. heap
DisiWrapper
DisiWrapper. next
Methods in org.apache.lucene.queries.intervals that return DisiWrapper Modifier and Type Method Description DisiWrapper
DisiPriorityQueue. add(DisiWrapper entry)
DisiWrapper
DisiPriorityQueue. pop()
private DisiWrapper
DisiPriorityQueue. prepend(DisiWrapper w1, DisiWrapper w2)
DisiWrapper
DisiPriorityQueue. top()
DisiWrapper
DisiPriorityQueue. topList()
Get the list of scorers which are on the current doc.private DisiWrapper
DisiPriorityQueue. topList(DisiWrapper list, DisiWrapper[] heap, int size, int i)
DisiWrapper
DisiPriorityQueue. updateTop()
(package private) DisiWrapper
DisiPriorityQueue. updateTop(DisiWrapper topReplacement)
Methods in org.apache.lucene.queries.intervals that return types with arguments of type DisiWrapper Modifier and Type Method Description java.util.Iterator<DisiWrapper>
DisiPriorityQueue. iterator()
Methods in org.apache.lucene.queries.intervals with parameters of type DisiWrapper Modifier and Type Method Description DisiWrapper
DisiPriorityQueue. add(DisiWrapper entry)
private DisiWrapper
DisiPriorityQueue. prepend(DisiWrapper w1, DisiWrapper w2)
private DisiWrapper
DisiPriorityQueue. topList(DisiWrapper list, DisiWrapper[] heap, int size, int i)
(package private) DisiWrapper
DisiPriorityQueue. updateTop(DisiWrapper topReplacement)
-