Add refresh to 41_knn_search_byte_quantized as other yaml tests have it as well (#127352)
This commit is contained in:
parent
7bd2b80043
commit
fa1a1e8bbd
|
@ -71,6 +71,9 @@ setup:
|
|||
indices.forcemerge:
|
||||
index: hnsw_byte_quantized
|
||||
max_num_segments: 1
|
||||
|
||||
- do:
|
||||
indices.refresh: { }
|
||||
---
|
||||
"kNN search only":
|
||||
- do:
|
||||
|
|
Loading…
Reference in New Issue