"Faild to find geo_point field" (mapping looks ok)

I'm now in elasticsearch and it's possible I do something wrong, but I have problem I can't figure out.

This is how my data look like:

And this is its mapping where we can see coordinates field's type is "geo_point":

But for this query:

I get this error:

What should I do?

Don't paste images please but code.

You need to call the right field name: geometry.coordinates

So simple :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.