Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions docs/reference/search/search-vector-tile-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ calculate a final precision as follows:
`<zoom> + grid_precision`

This precision determines the https://h3geo.org/docs/core-library/restable[H3
resolution of the hexagonal cells] produced by the `geohex` aggregation. The
resolution of the hexagonal cells] produced by the `geohex` aggregation. The
following table maps the H3 resolution for each precision.

For example, if `<zoom>` is `3` and `grid_precision` is `3`, the precision is
Expand Down Expand Up @@ -479,11 +479,6 @@ value that matches the `geo_bounding_box` query.
`<field>`::
Field value. Only returned for fields in the `fields` parameter.
======
// tag::feature-id[]
`id`::
(integer) Unique ID for the feature within the layer.
// end::feature-id[]

// tag::feature-type[]
`type`::
(integer) Identifier for the feature's geometry type. Values are:
Expand Down Expand Up @@ -530,8 +525,6 @@ include::search-vector-tile-api.asciidoc[tag=geometry]
Sub-aggregation results for the cell. Only returned for sub-aggregations in the
`aggs` parameter.
======
include::search-vector-tile-api.asciidoc[tag=feature-id]

include::search-vector-tile-api.asciidoc[tag=feature-type]
=====
====
Expand Down Expand Up @@ -628,8 +621,6 @@ partial or empty.
(integer) Milliseconds it took {es} to run the search. See the search API's
<<search-api-took,`took`>> response property.
======
include::search-vector-tile-api.asciidoc[tag=feature-id]

include::search-vector-tile-api.asciidoc[tag=feature-type]
=====
====
Expand Down Expand Up @@ -736,7 +727,6 @@ tile contains the following data:
"name": "NEMO Science Museum",
"price": 1750
},
"id": 0,
"type": 1
},
{
Expand All @@ -753,7 +743,6 @@ tile contains the following data:
"name": "Nederlands Scheepvaartmuseum",
"price": 1650
},
"id": 0,
"type": 1
},
{
Expand All @@ -770,7 +759,6 @@ tile contains the following data:
"name": "Amsterdam Centre for Architecture",
"price": 0
},
"id": 0,
"type": 1
}
]
Expand Down Expand Up @@ -813,7 +801,6 @@ tile contains the following data:
"min_price.value": 0.0,
"avg_price.value": 1133.3333333333333
},
"id": 0,
"type": 3
}
]
Expand Down Expand Up @@ -881,7 +868,6 @@ tile contains the following data:
"timed_out": false,
"took": 2
},
"id": 0,
"type": 3
}
]
Expand Down