|
@@ -112,7 +112,7 @@ setup:
|
|
|
Content-Type: application/json
|
|
|
warnings:
|
|
|
- The [sparse_vector] field type is deprecated and will be removed in 8.0.
|
|
|
- - The vector functions of the form function(query, doc['field']) are deprecated, and the form function(query, 'field')` should be used instead. For example, cosineSimilarity(query, doc['field'] is replaced by cosineSimilarity(query, 'field').
|
|
|
+ - The vector functions of the form function(query, doc['field']) are deprecated, and the form function(query, 'field') should be used instead. For example, cosineSimilarity(query, doc['field']) is replaced by cosineSimilarity(query, 'field').
|
|
|
search:
|
|
|
rest_total_hits_as_int: true
|
|
|
body:
|