summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/search/geo/GeoShapeQueryTests.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-11-20[TEST] Fix `GeoShapeQueryTests#testPointsOnly` failureNicholas Knize
2017-11-20AwaitsFix GeoShapeQueryTests#testPointsOnly #27454Simon Willnauer
2017-11-17[GEO] fix pointsOnly bug for MULTIPOINTNicholas Knize
2017-11-10[Geo] Decouple geojson parse logic from ShapeBuildersNicholas Knize
2017-07-21Rewrite search requests on the coordinating nodes (#25814)Simon Willnauer
2017-02-17Enforce Content-Type requirement on the rest layer and remove deprecated meth...Jay Modi
2017-02-08Fold InternalSearchHits and friends into their interfaces (#23042)Simon Willnauer
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2016-06-24Fix NPEs due to disabled sourceAlex Benusovich
2016-06-08Remove setRefreshNik Everett
2016-03-29Refactor: replace all ocurrences of ESTestCase.getRandom() for random().Camilo Diaz Repka
2016-03-11Make logging message String constant to allow static checksYannick Welsch
2016-03-07upgrade to lucene 6.0.0-snapshot-bea235fRobert Muir
2016-01-30Uppercase ells ('L') in long literalsJason Tedor
2016-01-12Rename PointCollectionBuilder to CoordinatesBuilderChristoph Büscher
2016-01-11Geo: Add validation of shapes to shape buildersChristoph Büscher
2016-01-06[TEST] Speed up GeoShapeQueryTestsNicholas Knize
2015-12-18Remove wildcard importsRyan Ernst
2015-12-17Adding integration test checking that empty geometry collection returns zero ...Christoph Büscher
2015-11-19Also removing Ring and replacing it by LineStringBuilderChristoph Büscher
2015-11-18Add CONTAINS relation to geo_shape queryNicholas Knize