mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Update inta snapshots
This commit is contained in:
parent
e8dee3ca65
commit
6ec7541026
@ -113,7 +113,7 @@ fn test_ignore_stop_words() {
|
||||
),
|
||||
Position(
|
||||
Rank {
|
||||
rank: 7,
|
||||
rank: 9,
|
||||
max_rank: 11,
|
||||
},
|
||||
),
|
||||
@ -166,7 +166,7 @@ fn test_ignore_stop_words() {
|
||||
),
|
||||
Position(
|
||||
Rank {
|
||||
rank: 7,
|
||||
rank: 9,
|
||||
max_rank: 11,
|
||||
},
|
||||
),
|
||||
@ -219,7 +219,7 @@ fn test_ignore_stop_words() {
|
||||
),
|
||||
Position(
|
||||
Rank {
|
||||
rank: 7,
|
||||
rank: 9,
|
||||
max_rank: 11,
|
||||
},
|
||||
),
|
||||
@ -259,7 +259,7 @@ fn test_ignore_stop_words() {
|
||||
),
|
||||
Proximity(
|
||||
Rank {
|
||||
rank: 1,
|
||||
rank: 7,
|
||||
max_rank: 8,
|
||||
},
|
||||
),
|
||||
@ -271,7 +271,7 @@ fn test_ignore_stop_words() {
|
||||
),
|
||||
Position(
|
||||
Rank {
|
||||
rank: 15,
|
||||
rank: 17,
|
||||
max_rank: 21,
|
||||
},
|
||||
),
|
||||
@ -411,7 +411,7 @@ fn test_stop_words_in_phrase() {
|
||||
),
|
||||
Proximity(
|
||||
Rank {
|
||||
rank: 1,
|
||||
rank: 6,
|
||||
max_rank: 8,
|
||||
},
|
||||
),
|
||||
@ -423,7 +423,7 @@ fn test_stop_words_in_phrase() {
|
||||
),
|
||||
Position(
|
||||
Rank {
|
||||
rank: 27,
|
||||
rank: 29,
|
||||
max_rank: 31,
|
||||
},
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user