Exograph.Index (exograph v0.9.0)

Copy Markdown View Source

Runtime handle for an Exograph index.

The handle keeps candidate retrieval, fragment storage, and tree access state together for query execution.

Summary

Types

t()

@type t() :: %Exograph.Index{
  fragment_store: term(),
  inverted: term(),
  tree_store: term() | nil
}