mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 01:50:57 -05:00
* Propagate payload index schema down to shard replica set + update handler * Configure payload indices when creating new appendable segment * When loading segments, make sure applied payload indices match config * Add test to assert creating new segments with payload index * Fix unit test because the collection payload schema wasn't updated * Add test for updating payload index configuration on segment load * Update test documentation * Also create payload indices in temporary snapshot segment * do not delete extra payload index from segments * do not delete extra payload index from segments * fix test --------- Co-authored-by: generall <andrey@vasnetsov.com>