Uses of Class
org.apache.lucene.util.LongHeap
-
Packages that use LongHeap Package Description org.apache.lucene.util Some utility classes.org.apache.lucene.util.hnsw Navigable Small-World graph, nominally Hierarchical but currently only has a single layer. -
-
Uses of LongHeap in org.apache.lucene.util
Methods in org.apache.lucene.util with parameters of type LongHeap Modifier and Type Method Description void
LongHeap. pushAll(LongHeap other)
-
Uses of LongHeap in org.apache.lucene.util.hnsw
Fields in org.apache.lucene.util.hnsw declared as LongHeap Modifier and Type Field Description private LongHeap
NeighborQueue. heap
-