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