getGraph

abstract fun getGraph(field: String): HnswGraph?

Return the stored HnswGraph for the given field.

Return

the HnswGraph for the given field if found

Parameters

field

the field containing the graph

Throws

IOException

when reading potentially off-heap graph fails