80 lines
4.1 KiB
Plaintext
80 lines
4.1 KiB
Plaintext
[[reference-shared-types-search_mvt]]
|
|
|
|
////////
|
|
===========================================================================================================================
|
|
|| ||
|
|
|| ||
|
|
|| ||
|
|
|| ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ ||
|
|
|| ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ ||
|
|
|| ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ ||
|
|
|| ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ ||
|
|
|| ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ ||
|
|
|| ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ ||
|
|
|| ||
|
|
|| ||
|
|
|| This file is autogenerated, DO NOT send pull requests that changes this file directly. ||
|
|
|| You should update the script that does the generation, which can be found in: ||
|
|
|| https://github.com/elastic/elastic-client-generator-js ||
|
|
|| ||
|
|
|| You can run the script with the following command: ||
|
|
|| npm run elasticsearch -- --version <version> ||
|
|
|| ||
|
|
|| ||
|
|
|| ||
|
|
===========================================================================================================================
|
|
////////
|
|
|
|
|
|
|
|
== Shared SearchMvt types
|
|
|
|
|
|
[discrete]
|
|
[[SearchMvtRequest]]
|
|
=== SearchMvtRequest
|
|
|
|
[pass]
|
|
++++
|
|
<pre>
|
|
++++
|
|
interface SearchMvtRequest extends <<RequestBase>> {
|
|
index: <<Indices>>
|
|
field: <<Field>>
|
|
zoom: <<SearchMvtZoomLevel>>
|
|
x: <<SearchMvtCoordinate>>
|
|
y: <<SearchMvtCoordinate>>
|
|
aggs?: Record<string, <<AggregationsAggregationContainer>>>
|
|
buffer?: <<integer>>
|
|
exact_bounds?: boolean
|
|
extent?: <<integer>>
|
|
fields?: <<Fields>>
|
|
grid_agg?: <<SearchMvtGridAggregationType>>
|
|
grid_precision?: <<integer>>
|
|
grid_type?: <<SearchMvtGridType>>
|
|
query?: <<QueryDslQueryContainer>>
|
|
runtime_mappings?: <<MappingRuntimeFields>>
|
|
size?: <<integer>>
|
|
sort?: <<Sort>>
|
|
track_total_hits?: <<SearchTrackHits>>
|
|
with_labels?: boolean
|
|
}
|
|
[pass]
|
|
++++
|
|
</pre>
|
|
++++
|
|
|
|
[discrete]
|
|
[[SearchMvtResponse]]
|
|
=== SearchMvtResponse
|
|
|
|
[pass]
|
|
++++
|
|
<pre>
|
|
++++
|
|
type SearchMvtResponse = <<MapboxVectorTiles>>
|
|
[pass]
|
|
++++
|
|
</pre>
|
|
++++
|