Skip to content
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

Better geo_shape support #3230

Merged
merged 4 commits into from
May 2, 2018
Merged

Better geo_shape support #3230

merged 4 commits into from
May 2, 2018

Conversation

russcam
Copy link
Contributor

@russcam russcam commented May 1, 2018

This PR provides better support for geo_shape queries and working with
geoshapes by

  • condensing derived IGeoShapeQuery queries into one query
  • providing a fluent API experience in line with other NEST conventions
  • internalizing parameterless ctors on IGeoShape and passing invariants as ctor parameters

Closes #3213

Copy link
Member

@Mpdreamz Mpdreamz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AWESOME, so much cleaner 👍

* Obsolete IgnoreUnmapped on IGeoShape

This commit removes IgnoreUnmapped on IGeoShape.
IgnoreUnmapped exists at the same level as _name and boost on a geo_shape query.

(cherry picked from commit 1055eb2)
This commit provides better support for geo_shape queries and working with
geoshapes by
- condensing derived IGeoShapeQuery queries into one query
- providing a fluent API experience in line with other NEST conventions
- internalizing parameterless ctors on IGeoShape and passing invariants as ctor parameters

Closes #3213
This commit allows a branch name to be passed on the command line to use when
generating documentation e.g

    build docs:master
This commit puts all GeoShape query test classes into one file since they are all related
to geo_shape queries. This also streamlines the generated documentation,
@russcam russcam merged commit 2185270 into master May 2, 2018
@russcam
Copy link
Contributor Author

russcam commented May 2, 2018

7eb57d1 should be ported to 6.x and 5.x

@russcam russcam deleted the fix/geoshape-support branch August 24, 2018 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants