Files
qdrant/lib/segment
Ivan Boldyrev cee8ec1689 Immutable storage bool index (#8625)
* 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>
2026-05-08 13:47:20 +02:00
..
2026-05-08 13:47:18 +02:00
2026-05-08 13:47:20 +02:00
2024-06-21 23:35:19 +02:00