mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-30 22:51:00 -05:00
* ImmutableBoolIndex A wrapper around `MutableBoolIndex` that only supports deletion and recreates in-memory index state from disk data and deletion mask. * Tests both mutable and immutable bool indexes Where appropriate. * edge fix * Review fixes * Fix clippy * Remove impl ValueIndexer for ImmutableBoolIndex It shouldn't be defined for immutable indexes. * Fix merge conflict, reintroduce delegate * [ai] Get rid of delegate --------- Co-authored-by: timvisee <tim@visee.me>