Uses of Enum Class
org.apache.lucene.util.hnsw.NeighborQueue.Order
Packages that use NeighborQueue.Order
Package
Description
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.OrderMethods in org.apache.lucene.util.hnsw that return NeighborQueue.OrderModifier and TypeMethodDescriptionstatic NeighborQueue.Order
Returns the enum constant of this class with the specified name.static NeighborQueue.Order[]
NeighborQueue.Order.values()
Returns an array containing the constants of this enum class, in the order they are declared.