Fix number type links

This commit is contained in:
Josh Mock
2024-11-20 13:07:25 -06:00
parent d9938f7973
commit 7a997b3405
114 changed files with 834 additions and 834 deletions

View File

@ -56,9 +56,9 @@ interface MsearchRequest extends <<RequestBase>> {
ignore_throttled?: boolean
ignore_unavailable?: boolean
include_named_queries_score?: boolean
max_concurrent_searches?: <<_long, long>>
max_concurrent_shard_requests?: <<_long, long>>
pre_filter_shard_size?: <<_long, long>>
max_concurrent_searches?: <<long>>
max_concurrent_shard_requests?: <<long>>
pre_filter_shard_size?: <<long>>
rest_total_hits_as_int?: boolean
routing?: <<Routing>>
search_type?: <<SearchType>>