summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/common/geo/builders/ShapeBuilder.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-12-05[Geo] Add Well Known Text (WKT) Parsing Support to ShapeBuildersNicholas Knize
2017-11-10[Geo] Decouple geojson parse logic from ShapeBuildersNicholas Knize
2017-08-23Migrates more ToXContentClasses (#26321)Colin Goodheart-Smithe
2017-08-09Adds ToXContentFragment (#25771)Colin Goodheart-Smithe
2017-05-23Add assertions enabled helperJason Tedor
2017-05-11Make a few class level fields staticKoen De Groote
2017-02-03Upgrade checkstyle to version 7.5Jason Tedor
2016-08-30Introduce Log4j 2Jason Tedor
2016-08-10Collapse o.e.index.mapper packages. #19921Adrien Grand
2016-04-21Remove <T> from WriteableNik Everett
2016-03-26Remove PROTOTYPE from ShapeBuildersNik Everett
2016-03-07upgrade to lucene 6.0.0-snapshot-bea235fRobert Muir
2016-01-12Rename PointCollectionBuilder to CoordinatesBuilderChristoph Büscher
2016-01-11Geo: Add validation of shapes to shape buildersChristoph Büscher
2015-12-18Remove wildcard importsRyan Ernst
2015-12-17Only Polygon and MultiPolygon need `orientation` propertyChristoph Büscher
2015-12-17Make GeoShapeQueryBuilder serialize shapeChristoph Büscher
2015-12-17Adding serialization, equals and hashCode to GeometryCollectionBuilderChristoph Büscher
2015-12-04Geo: Remove `translated` state from LineStringBuilderChristoph Büscher
2015-11-25Making EnvelopeBuilder writable and adding equals/hashCodeChristoph Büscher
2015-11-23Making CircleBuilder writable and adding equals/hashcodeChristoph Büscher
2015-11-23Geo: Make ShapeBuilders implement WritableChristoph Büscher
2015-11-20Geo: Merging BaseLineString and BasePolygonBuilder with subclassChristoph Büscher
2015-11-19Also removing Ring and replacing it by LineStringBuilderChristoph Büscher
2015-11-16Geo: Moving static factory methods to ShapeBuildersChristoph Büscher
2015-09-23Query refactoring: refactor query_string query and score functionsjavanna
2015-09-21Fix all javadocs issues, re-enable compiler warnings (but disable on java9 wh...Robert Muir
2015-09-08add points_only option to GeoShapeFieldMapper for optimizing indexing perform...Nicholas Knize
2015-08-18Drop commons-lang dependencySimon Willnauer
2015-07-17[GEO] Update ShapeBuilder and GeoPolygonQueryParser to accept unclosed GeoJSONNicholas Knize
2015-07-01Parameterized exception messagesuboness
2015-06-05create core moduleSimon Willnauer