meilisearch/crates
Lukas Kalbertodt 9de947f2c8
Add indices field to MatchBounds
For matches inside arrays, this field holds the indices of the array
elements that matched. For example, searching for `cat` inside
`{ "a": ["dog", "cat", "fox"] }` would return `indices: [1]`. For nested
arrays, this contains multiple indices, starting with the one for the
top-most array. For matches in fields without arrays, `indices` is not
serialized (does not exist) to save space.
2024-11-06 10:50:09 +01:00
..
benchmarks Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
build-info Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
dump Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
file-store Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
filter-parser Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
flatten-serde-json Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
fuzzers Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
index-scheduler Merge branch 'main' into tmp-release-v1.11.0 2024-11-04 16:14:44 +01:00
json-depth-checker Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
meili-snap Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
meilisearch Add indices field to MatchBounds 2024-11-06 10:50:09 +01:00
meilisearch-auth Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
meilisearch-types Merge branch 'main' into tmp-release-v1.11.0 2024-11-04 16:14:44 +01:00
meilitool Update crates/meilitool/src/upgrade/v1_11.rs 2024-11-05 15:37:59 +01:00
milli Add indices field to MatchBounds 2024-11-06 10:50:09 +01:00
permissive-json-pointer Add indices field to MatchBounds 2024-11-06 10:50:09 +01:00
tracing-trace Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
xtask Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00