Per-collection codec selection. Wraps the generic HnswCodecIndex<C>
for codecs other than Sq8 (which retains its specialised fast path
in quantize.rs / search.rs).
Re-export the kind enum from nodedb-types so the on-disk snapshot and
the DDL config wire format share a single definition.
Storage kind for a payload bitmap index. Equality fields use a
HashMap<key, bitmap> (O(1) lookup); Range fields use a BTreeMap
for sorted range scans; Boolean is a low-cardinality equality variant.