Skip to content

Conversation

@nknize
Copy link
Contributor

@nknize nknize commented Apr 20, 2020

This PR refactors geo_shape doc values field, fielddata, and utility classes from the mapper package in x-pack spatial plugin to a package structure that is consistent with es server module.

This commit refactors geo_shape doc values, fielddata, and utility classes from the single mapper package in x-pack spatial plugin to a package structure that is consistent with es server module.
@nknize nknize added >non-issue :Analytics/Geo Indexing, search aggregations of geo points and shapes >refactoring v8.0.0 v7.8.0 labels Apr 20, 2020
@nknize nknize requested a review from talevy April 20, 2020 20:36
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (:Analytics/Geo)


public class GeoShapeValuesSourceType implements Writeable, ValuesSourceType {

static GeoShapeValuesSourceType INSTANCE = new GeoShapeValuesSourceType();
Copy link
Contributor

Choose a reason for hiding this comment

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

in this case, should this be made private?

@talevy
Copy link
Contributor

talevy commented Apr 20, 2020

I opened #55500, which needs to be backported into 7.x before this one

@nknize nknize merged commit 6b79166 into elastic:master Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Analytics/Geo Indexing, search aggregations of geo points and shapes >non-issue >refactoring v7.8.0 v8.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants