mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
* feat: wire up read only field indexes * feat: add missing indexes * feat: add try_from impl for TextIndexParams * refactor: unify read-only field index open and drop RocksDB storage Merge ReadOnlyFieldIndex::open_gridstore/open_mmap into a single `open` that picks the appendable vs immutable path from the stored FullPayloadIndexType::storage_type. The choice is modeled as a ReadMode (Appendable/Immutable) rather than a concrete backend, since the read-only stack is generic over UniversalRead and mmap is now just one implementation of it. Also remove the unsupported RocksDb variant from payload_config's StorageType and its now-dead match arms. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix: linter * fix: linter --------- Co-authored-by: generall <andrey@vasnetsov.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>