Add Point property for mapping point datatype#4735
Conversation
src/Nest/Mapping/AttributeBased/ElasticsearchCorePropertyAttributeBase.cs
Outdated
Show resolved
Hide resolved
|
The new point datatype can be used in shape queries. Shape queries however are bound to elasticsearch-net/src/Nest/QueryDsl/Specialized/Shape/IShapeQuery.cs Lines 34 to 38 in f1ffbf2 which |
|
After conversation with the geo team, it's clarified some questions around
Another type (
|
76bdda6 to
5aac188
Compare
|
This PR has been rebased against master and is ready for review, @Mpdreamz. I think we should seriously consider renaming |
5aac188 to
b2d449c
Compare
Relates: #4718, elastic/elasticsearch#53804 This commit adds a Point property to map the new point data type. A CartesianPoint type is introduced to model points.
b2d449c to
39162dc
Compare
|
Merging this one in; last test run was green and this test run fails with tests unrelated to the changes. |
Relates: #4718, elastic/elasticsearch#53804 This commit adds a Point property to map the new point data type. A CartesianPoint type is introduced to model points.
Relates: #4718, elastic/elasticsearch#53804 This commit adds a Point property to map the new point data type. A CartesianPoint type is introduced to model points. Co-authored-by: Russ Cam <russ.cam@elastic.co>
Relates: #4718, elastic/elasticsearch#53804
This commit adds a Point property to map the new point data type.
A CartesianPoint type is introduced to model points.