You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ApiGenerator/RestSpecification/Core/msearch.json
+3-4
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,9 @@
66
66
"type" : "boolean",
67
67
"description" : "Specify whether aggregation and suggester names should be prefixed by their respective types in the response"
68
68
},
69
-
"pre_filter_shard_size" : {
70
-
"type" : "number",
71
-
"description" : "A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on it's rewrite method ie. if date filters are mandatory to match but the shard bounds and the query are disjoint.",
72
-
"default" : 128
69
+
"pre_filter_shard_size":{
70
+
"type":"number",
71
+
"description" : "A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method ie. if date filters are mandatory to match but the shard bounds and the query are disjoint."
0 commit comments