mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 04:36:32 +00:00
Fix tests
This commit is contained in:
@ -1056,6 +1056,7 @@ pub fn prepare_search<'t>(
|
||||
.map(|x| x as usize)
|
||||
.unwrap_or(DEFAULT_PAGINATION_MAX_TOTAL_HITS);
|
||||
|
||||
search.retrieve_vectors(query.retrieve_vectors);
|
||||
search.exhaustive_number_hits(is_finite_pagination);
|
||||
search.max_total_hits(Some(max_total_hits));
|
||||
search.scoring_strategy(
|
||||
|
@ -327,11 +327,6 @@ async fn binary_quantize_clear_documents() {
|
||||
{
|
||||
"hits": [],
|
||||
"query": "",
|
||||
"queryVector": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"processingTimeMs": "[duration]",
|
||||
"limit": 20,
|
||||
"offset": 0,
|
||||
|
@ -690,11 +690,6 @@ async fn clear_documents() {
|
||||
{
|
||||
"hits": [],
|
||||
"query": "",
|
||||
"queryVector": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"processingTimeMs": "[duration]",
|
||||
"limit": 20,
|
||||
"offset": 0,
|
||||
@ -754,11 +749,6 @@ async fn add_remove_one_vector_4588() {
|
||||
}
|
||||
],
|
||||
"query": "",
|
||||
"queryVector": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"processingTimeMs": "[duration]",
|
||||
"limit": 20,
|
||||
"offset": 0,
|
||||
|
Reference in New Issue
Block a user