-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix payload seletor * clippy * except cardinality estimation * implement match except iterator and api * use except instead of must-not + test * Fix doc error * Update lib/collection/src/grouping/group_by.rs Co-authored-by: Tim Visée <tim+github@visee.me> * Update lib/segment/src/index/field_index/map_index.rs Co-authored-by: Tim Visée <tim+github@visee.me> * Update lib/segment/src/index/field_index/map_index.rs Co-authored-by: Tim Visée <tim+github@visee.me> * Update lib/segment/src/index/field_index/map_index.rs Co-authored-by: Tim Visée <tim+github@visee.me> * Update lib/segment/src/index/query_optimization/condition_converter.rs Co-authored-by: Tim Visée <tim+github@visee.me> * Update lib/segment/src/index/query_optimization/condition_converter.rs Co-authored-by: Tim Visée <tim+github@visee.me> * Update lib/segment/src/index/query_optimization/condition_converter.rs Co-authored-by: Tim Visée <tim+github@visee.me> * Update lib/segment/src/vector_storage/mod.rs Co-authored-by: Tim Visée <tim+github@visee.me> * Update lib/segment/src/index/field_index/map_index.rs Co-authored-by: Tim Visée <tim+github@visee.me> * Update lib/collection/src/grouping/group_by.rs Co-authored-by: Arnaud Gourlay <arnaud.gourlay@gmail.com> * Update lib/segment/src/index/field_index/map_index.rs Co-authored-by: Arnaud Gourlay <arnaud.gourlay@gmail.com> * Update lib/segment/src/index/field_index/map_index.rs [skip ci] Co-authored-by: Luis Cossío <luis.cossio@qdrant.com> * fix: `except_on` and `match_on` now produce `Vec<Condition>`s * Apply suggestions from code review (lib/segment/src/index/field_index/map_index.rs) * fix: reset review suggestion * Remove unnecessary move * Use Rust idiomatic map_else rather than match-none-false * is-null -> is-empty * de-comment drop_collection --------- Co-authored-by: timvisee <tim@visee.me> Co-authored-by: Tim Visée <tim+github@visee.me> Co-authored-by: Arnaud Gourlay <arnaud.gourlay@gmail.com> Co-authored-by: Luis Cossío <luis.cossio@qdrant.com> Co-authored-by: Luis Cossío <luis.cossio@outlook.com>
- Loading branch information
1 parent
2e5e029
commit f5dfeef
Showing
19 changed files
with
493 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.