Fix number type links
This commit is contained in:
@ -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>>
|
||||
|
||||
Reference in New Issue
Block a user