Uses of Class
org.apache.lucene.queries.intervals.DisiWrapper
Packages that use DisiWrapper
-
Uses of DisiWrapper in org.apache.lucene.queries.intervals
Fields in org.apache.lucene.queries.intervals declared as DisiWrapperModifier and TypeFieldDescriptionprivate final DisiWrapper[]
DisiPriorityQueue.heap
DisiWrapper.next
Methods in org.apache.lucene.queries.intervals that return DisiWrapperModifier and TypeMethodDescriptionDisiPriorityQueue.add
(DisiWrapper entry) DisiPriorityQueue.pop()
private DisiWrapper
DisiPriorityQueue.prepend
(DisiWrapper w1, DisiWrapper w2) DisiPriorityQueue.top()
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) DisiPriorityQueue.updateTop()
(package private) DisiWrapper
DisiPriorityQueue.updateTop
(DisiWrapper topReplacement) Methods in org.apache.lucene.queries.intervals that return types with arguments of type DisiWrapperMethods in org.apache.lucene.queries.intervals with parameters of type DisiWrapperModifier and TypeMethodDescriptionDisiPriorityQueue.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)