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. heapDisiWrapperDisiWrapper. nextMethods in org.apache.lucene.queries.intervals that return DisiWrapper Modifier and Type Method Description DisiWrapperDisiPriorityQueue. add(DisiWrapper entry)DisiWrapperDisiPriorityQueue. pop()private DisiWrapperDisiPriorityQueue. prepend(DisiWrapper w1, DisiWrapper w2)DisiWrapperDisiPriorityQueue. top()DisiWrapperDisiPriorityQueue. topList()Get the list of scorers which are on the current doc.private DisiWrapperDisiPriorityQueue. topList(DisiWrapper list, DisiWrapper[] heap, int size, int i)DisiWrapperDisiPriorityQueue. updateTop()(package private) DisiWrapperDisiPriorityQueue. 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 DisiWrapperDisiPriorityQueue. add(DisiWrapper entry)private DisiWrapperDisiPriorityQueue. prepend(DisiWrapper w1, DisiWrapper w2)private DisiWrapperDisiPriorityQueue. topList(DisiWrapper list, DisiWrapper[] heap, int size, int i)(package private) DisiWrapperDisiPriorityQueue. updateTop(DisiWrapper topReplacement)
-