Skip to content

Commit 2979300

Browse files
authored
Implement shape property type mapping and shape queries. (#4154) (#4155)
Implement shape property type mapping and shape queries.
1 parent 06517e3 commit 2979300

File tree

39 files changed

+2592
-12
lines changed

39 files changed

+2592
-12
lines changed

docs/client-concepts/high-level/mapping/auto-map.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ maps to `"geo_point"`
249249

250250
`Nest.IGeoShape`::
251251

252-
maps to `"geo_shape"`
252+
maps to `"geo_shape"` (if you want to map to a `"shape"` type use explicit mapping or the [Shape] attribute on the property)
253253

254254
`Nest.CompletionField`::
255255

docs/query-dsl/geo/shape/geo-shape-query-usage.asciidoc renamed to docs/query-dsl/geo/geo-shape/geo-shape-query-usage.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
////
88
IMPORTANT NOTE
99
==============
10-
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/7.x/src/Tests/Tests/QueryDsl/Geo/Shape/GeoShapeQueryUsageTests.cs.
10+
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/feature/7.x/shape-queries/src/Tests/Tests/QueryDsl/Geo/GeoShape/GeoShapeQueryUsageTests.cs.
1111
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
1212
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
1313
////

0 commit comments

Comments
 (0)