Uses of Class
org.apache.lucene.util.hnsw.NeighborQueue.Order
-
Packages that use NeighborQueue.Order Package Description org.apache.lucene.util.hnsw Navigable Small-World graph, nominally Hierarchical but currently only has a single layer. -
-
Uses of NeighborQueue.Order in org.apache.lucene.util.hnsw
Fields in org.apache.lucene.util.hnsw declared as NeighborQueue.Order Modifier and Type Field Description private NeighborQueue.Order
NeighborQueue. order
Methods in org.apache.lucene.util.hnsw that return NeighborQueue.Order Modifier and Type Method Description static NeighborQueue.Order
NeighborQueue.Order. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NeighborQueue.Order[]
NeighborQueue.Order. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-