I try to determine if a polygon (indexed in document) has common point with another shape like a circle.
The Elasticsearch documentation provides 4 types of relation:
- INTERSECT ;
- DISJOINCT ;
- CONTAINS ;
- WITHIN.
I try to find more information especially from the GeoJSON side without success.
I think the first type could answer my problem but I can't find the difference between the two lasts. The documentation is very short.
Thanks.