Uses of Class
org.apache.lucene.search.DisiWrapper
Packages that use DisiWrapper
-
Uses of DisiWrapper in org.apache.lucene.search
Fields in org.apache.lucene.search declared as DisiWrapperMethods in org.apache.lucene.search that return DisiWrapperModifier and TypeMethodDescriptionDisiPriorityQueue.add
(DisiWrapper entry) DisiPriorityQueue.pop()
DisiPriorityQueue.top()
DisiPriorityQueue.top2()
Return the 2nd least value in this heap, or null if the heap contains less than 2 values.DisiPriorityQueue.topList()
Get the list of scorers which are on the current doc.DisiPriorityQueue.updateTop()
Methods in org.apache.lucene.search that return types with arguments of type DisiWrapperMethods in org.apache.lucene.search with parameters of type DisiWrapperModifier and TypeMethodDescriptionDisiPriorityQueue.add
(DisiWrapper entry) void
DisiPriorityQueue.addAll
(DisiWrapper[] entries, int offset, int len)