Documentation
¶
Overview ¶
Package queryutil provides helpers for wiring search and vector capabilities into a query.Executor without creating import cycles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WireCapabilities ¶
func WireCapabilities(executor *query.Executor, graph *storage.GraphStorage) (*query.Executor, *search.FullTextIndex)
WireCapabilities attaches full-text search and vector search to an executor. Returns the same executor pointer plus the constructed FullTextIndex so callers (notably the API server) can reference the same index instance as the executor — avoiding a second in-memory index and keeping query-DSL and REST/GraphQL surfaces consistent.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.