Generate heading IDs

This commit is contained in:
Josh Mock
2024-11-20 13:00:54 -06:00
parent b463776ac4
commit d9938f7973
500 changed files with 12670 additions and 104 deletions

View File

@ -26,6 +26,7 @@
////////
[discrete]
[[client.searchMvt]]
=== client.searchMvt
Search a vector tile. Search a vector tile for geospatial values.
@ -53,7 +54,7 @@ interface SearchMvtRequest extends <<RequestBase>> {
zoom: SearchMvtZoomLevel
x: SearchMvtCoordinate
y: SearchMvtCoordinate
aggs?: Record<string, AggregationsAggregationContainer>
aggs?: Record<string, <<AggregationsAggregationContainer>>>
buffer?: <<_integer, integer>>
exact_bounds?: boolean
extent?: <<_integer, integer>>
@ -61,8 +62,8 @@ interface SearchMvtRequest extends <<RequestBase>> {
grid_agg?: SearchMvtGridAggregationType
grid_precision?: <<_integer, integer>>
grid_type?: SearchMvtGridType
query?: QueryDslQueryContainer
runtime_mappings?: MappingRuntimeFields
query?: <<QueryDslQueryContainer>>
runtime_mappings?: <<MappingRuntimeFields>>
size?: <<_integer, integer>>
sort?: <<Sort>>
track_total_hits?: SearchTrackHits