Documentation
¶
Overview ¶
Package idxcron is HNSW's idxcron hook implementation. HNSW does not participate in scheduled rebuilds today (SyncDescriptor.IdxcronAction is empty in HNSW's runtime), so the hook is unreachable in practice — it satisfies the AlgoPlugin contract with a trivial "always rebuild" body.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hooks ¶
type Hooks struct{}
func (Hooks) Updatable ¶
func (Hooks) Updatable(in idxcronplugin.UpdatableInput) (bool, string, error)
Updatable — HNSW has no minimum-size constraint and no idxcron action wired today. Returns true unconditionally so the (unreached) cron path doesn't surprise-skip if anyone wires HNSW into idxcron.
Click to show internal directories.
Click to hide internal directories.