Find docs near geoshape?

I am currently using ES 6.2.
Is there a way to find all the docs near indexed geo-shape?
I know I can use geo-distance for points, but I have MultiPolygon, Polygon and LineString and I only see the options like within and intersect.
I'd like to find all docs in X km range from the shape.
How can I do this?
Is there a way to filter in a range above the given shape?

ex> Find all docs near (10km range) a road/river (LineStrings)
ex> Find all docs near (10km range) a lake (Polygon/Multipolygon)

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