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

[FEATURE] Support query OpenSearch index with geo_point field #1047

Open
ykmr1224 opened this issue Feb 12, 2025 · 1 comment
Open

[FEATURE] Support query OpenSearch index with geo_point field #1047

ykmr1224 opened this issue Feb 12, 2025 · 1 comment
Assignees

Comments

@ykmr1224
Copy link
Collaborator

Is your feature request related to a problem?

        "geo": {
          "properties": {
            "coordinates": {
              "type": "geo_point"
            },
            "dest": {
              "type": "keyword"
            },
            "src": {
              "type": "keyword"
            },
            "srcdest": {
              "type": "keyword"
            }
          }
        },

What solution would you like?
A clear and concise description of what you want to happen.

What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context?
Add any other context or screenshots about the feature request here.

@ykmr1224 ykmr1224 self-assigned this Feb 14, 2025
@ykmr1224
Copy link
Collaborator Author

Sample from opensearch_dashboards_sample_data_ecommerce

(location is geo_point type)

    "geoip": {
      "country_iso_code": "MA",
      "location": {
        "lon": -8,
        "lat": 31.6
      },
      "region_name": "Marrakech-Tensift-Al Haouz",
      "continent_name": "Africa",
      "city_name": "Marrakesh"
    },

geo_point has several forms: https://opensearch.org/docs/latest/field-types/supported-field-types/geo-point/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant