Skip to main content

Module index

Module index 

Source
Expand description

Index kind plugins — custom vector, FTS, geo indexes.

Structs§

IndexKind
Identifier for an index kind ("vector", "fts", "hnsw", …).

Traits§

IndexBuild
In-flight index build (write side).
IndexHandle
Queryable, persistable index handle (read side).
IndexKindProvider
An index-kind provider that knows how to build / open / probe / persist a custom index.