RELATION_INTERSECT
RELATION_INTERSECT
Return all documents whose geo_shape field intersects the query geometry. (default behavior)
geo_shape query for pre-indexed shapes.
Query pre-indexed shape definitions
__construct(string $path, string $indexedId, string $indexedIndex, string $indexedPath)
Construct geo_shape query with a pre-indexed shape.
string | $path | The path/field of the shape searched |
string | $indexedId | Id of the pre-indexed shape |
string | $indexedIndex | Index of the pre-indexed shape |
string | $indexedPath | Path of the pre-indexed shape |