Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Document _mvt API #75384

Merged
merged 35 commits into from
Aug 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
bef69d0
[DOCS] Document `_mvt` API
jrodewig Jul 12, 2021
bc46748
Reword
jrodewig Jul 15, 2021
77a8dd0
Rename API
jrodewig Jul 15, 2021
240b7dc
Fix doc.url in JSON spec
jrodewig Jul 15, 2021
bb98eb1
Reword
jrodewig Jul 15, 2021
eb6808c
Reword
jrodewig Jul 15, 2021
105e36c
Add content type to JSON spec
jrodewig Jul 15, 2021
74fdd2d
Edits
jrodewig Jul 15, 2021
f09c1d5
Fix typo
jrodewig Jul 15, 2021
2b6f764
Reword
jrodewig Jul 16, 2021
d3d5f63
Update docs after meeting
jrodewig Jul 19, 2021
58e7d3c
Fix typos
jrodewig Jul 19, 2021
839fc7a
Fix `size` default
jrodewig Jul 19, 2021
630f633
Merge remote-tracking branch 'upstream/master' into docs__vectortiles…
jrodewig Jul 21, 2021
ecccd7c
Updates for #75522
jrodewig Jul 21, 2021
6d4c8da
Fixes
jrodewig Jul 21, 2021
8ad24d8
Clean up JSON spec
jrodewig Jul 21, 2021
5b796b3
Fix extent tag
jrodewig Jul 21, 2021
68dabc1
[DOCS] Add `<field>` constraints
jrodewig Jul 21, 2021
6371202
Minor clarification
jrodewig Jul 22, 2021
db53f56
Merge branch 'master' into docs__vectortiles-api
elasticmachine Jul 22, 2021
05f33cd
Merge remote-tracking branch 'upstream/master' into docs__vectortiles…
jrodewig Jul 27, 2021
2b7b161
Update for #75697
jrodewig Jul 27, 2021
5ebc12f
Reword
jrodewig Jul 27, 2021
de15951
Update for #75621
jrodewig Jul 27, 2021
8be678c
Merge branch 'master' into docs__vectortiles-api
elasticmachine Jul 27, 2021
8dc8b3f
Reword default sort
jrodewig Jul 27, 2021
eccdaea
Update for #75367
jrodewig Jul 28, 2021
a006aaf
Remove unneeded whitespace
jrodewig Jul 28, 2021
80f33f3
Merge branch 'master' into docs__vectortiles-api
elasticmachine Jul 28, 2021
5f3b388
Add experimental admon and if flags
jrodewig Aug 4, 2021
c52d766
Merge branch 'master' into docs__vectortiles-api
elasticmachine Aug 4, 2021
0fc6e12
[DOCS] Remove ifdefs
jrodewig Aug 5, 2021
e994ea0
Merge branch 'master' into docs__vectortiles-api
elasticmachine Aug 5, 2021
929cb88
Merge branch 'master' into docs__vectortiles-api
elasticmachine Aug 5, 2021
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
17 changes: 1 addition & 16 deletions docs/reference/eql/eql-search-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -207,22 +207,7 @@ You can specify items in the array as a string or object.
.Properties of `fields` objects
[%collapsible%open]
====
`field`::
(Required, string)
Wildcard pattern. The request returns values for field names matching this
pattern.
`format`::
(Optional, string)
Format in which the values are returned.
+
<<date,`date`>> and <<date_nanos, `date_nanos`>> fields accept a
<<mapping-date-format,date format>>. <<spatial_datatypes, Spatial fields>>
accept either `geojson` for http://www.geojson.org[GeoJSON] (the default) or
`wkt` for {wikipedia}/Well-known_text_representation_of_geometry[Well Known
Text].
+
For other field data types, this parameter is not supported.
include::{es-repo-dir}/search/search.asciidoc[tag=fields-api-props]
====

`filter`::
Expand Down
6 changes: 6 additions & 0 deletions docs/reference/search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ exception of the <<search-explain,explain API>>.
* <<multi-search-template>>
* <<render-search-template-api>>

[discrete]
[[geo-search-apis]]
=== Geospatial search
* <<search-vector-tile-api>>

include::search/search.asciidoc[]

Expand Down Expand Up @@ -75,3 +79,5 @@ include::search/profile.asciidoc[]
include::search/field-caps.asciidoc[]

include::search/rank-eval.asciidoc[]

include::search/search-vector-tile-api.asciidoc[]
Loading