opensearch-docs-cn/_field-types/geographic.md

20 lines
662 B
Markdown
Raw Normal View History

---
layout: default
title: Geographic field types
nav_order: 55
has_children: true
has_toc: false
parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/geographic/
---
# Geographic field types
The following table lists all geographic field types that OpenSearch supports.
Field data type | Description
:--- | :---
[`geo_point`]({{site.url}}{{site.baseurl}}/opensearch/supported-field-types/geo-point/) | A geographic point specified by latitude and longitude.
[`geo_shape`]({{site.url}}{{site.baseurl}}/opensearch/supported-field-types/geo-shape/) | A geographic shape, such as a polygon or a collection of geographic points.