mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-03 00:20:57 -05:00
* [real-time index] Extend FieldIndex enum and StructPayloadIndex with method from PayloadStorage * [real-time index] add missing remove_point methods * [real-time index] add new index to FieldIndex enum * fix compile * are you happy fmt * merge load and remove * fix test generics * decrement points count * remove from histogram * simplify histogram usage * [real-time index] remove old tests and fix clippy warnings * histogram: method to derive range by size (#657) * [real-time index] add histogram based payload_blocks implementation. * payload blocks * fmt * clippy * [real-time index] refactor Segment to use PayloadIndex instead of PayloadStorage. * fix tests * fmt * clippy * rename indexes * remove redundent params * add struct payload deletion test + fix delete payload in map index * remove payload threshold Co-authored-by: Ivan Pleshkov <pleshkov.ivan@gmail.com> Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>