-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Remove types from GeoShapeQueryBuilder #47792
Remove types from GeoShapeQueryBuilder #47792
Conversation
Pinging @elastic/es-analytics-geo (:Analytics/Geo) |
@elasticmachine update branch |
@elasticmachine run elasticsearch-ci/packaging-sample-matrix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, left a comment regarding leaving/modifying javadoc. Change and leave or ignore, I'm fine either way.
* @param indexedShapeType | ||
* Index type of the indexed Shapes | ||
* @deprecated use {@link #GeoShapeQueryBuilder(String, String)} instead | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe keep and adapt the docs? Or do you think its not useful or self-explanatory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this back in, had removed it by mistake. Thanks!
…act-geo-querybuilder
…uerybuilder' into types-removal/abstract-geo-querybuilder
This commit removes the unused 'shapeType' information from
AbstractGeoQueryBuilder
and its implementations.
Related to #41059