-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <[email protected]>
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.