summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/sort/GeoDistanceSortBuilder.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-09-07Make sure SortBuilders rewrite inner nested sorts (#26532)Christoph Büscher
2017-09-05Extend testing of build method in GeoDistanceSortBuilder (#26498)Christoph Büscher
2017-08-31[Tests] Improve testing of FieldSortBuilder (#26437)Christoph Büscher
2017-08-30Changed version from 7.0.0-alpha1 to 6.1.0 in the nested sorting serializatio...Martijn van Groningen
2017-08-30Multi-level Nested Sort with Filters (#26395)Matt Weber
2017-08-30Revert "Multi-level Nested Sort with Filters"Martijn van Groningen
2017-08-30Revert "Temporarily set bwc version for new nested sorting to 7.0.0-alpha1 un...Martijn van Groningen
2017-08-30Temporarily set bwc version for new nested sorting to 7.0.0-alpha1 until the ...Martijn van Groningen
2017-08-30Multi-level Nested Sort with FiltersMartijn van Groningen
2017-07-20Ensure query resources are fetched asynchronously during rewrite (#25791)Simon Willnauer
2017-07-03Remove QueryParseContext (#25486)Christoph Büscher
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
2017-04-11Removes version 2.x constants from Version (#24011)Colin Goodheart-Smithe
2017-02-10Upgrade to lucene-6.5.0-snapshot-f919485. (#23087)Adrien Grand
2017-02-03Remove deprecated geo query parameters, and GeoPointDistanceRangeQueryNicholas Knize
2017-02-02Reduce GeoDistance insanityNicholas Knize
2017-01-05remove unused ParseFieldMatcher imports/argumentsjavanna
2016-12-30Remove some more usages of ParseFieldMatcher in favour of using ParseField di...javanna
2016-12-19Remove support for strict parsing modejavanna
2016-12-12Remove support for empty queries (#22092)Luca Cavanna
2016-10-14Use ObjectParser in ScriptSortBuilderChristoph Büscher
2016-10-13Removed unnecessary assertion on boolean values (#20910)kunal642
2016-10-04Geo-distance sorting should use `POSITIVE_INFINITY` for missing geo points in...Adrien Grand
2016-10-04Optimized LatLon sorting does not work in the descending order.Adrien Grand
2016-10-03Optimize geo-distance sorting.Adrien Grand
2016-06-02Handle empty query bodies at parse time and remove EmptyQueryBuilderChristoph Büscher
2016-05-06Allow binary sort values. #17959Adrien Grand
2016-05-06QueryBuilder does not need generics. #18133Adrien Grand
2016-04-28Introduces GeoValidationMethod to GeoDistanceSortBuilderIsabel Drost-Fromm
2016-04-18Replace writeOptionalQuery with writeOptionalNamedWriteableNik Everett
2016-04-18Remove readOptionalQueryNik Everett
2016-04-15Rename context.parseFieldMatcher() to context.getParseFieldMatcherChristoph Büscher
2016-04-12Remove PROTOTYPE from QueryBuildersNik Everett
2016-03-29Do not fail if providing coordinates for same field nameIsabel Drost-Fromm
2016-03-29Refine dealing with removed reverse sort option.Isabel Drost-Fromm
2016-03-29Merge branch 'master' into deprecation/sort-option-reverse-removalIsabel Drost-Fromm
2016-03-26Remove PROTOTYPE from ShapeBuildersNik Everett
2016-03-25Remove PROTOTYPE from SortBuildersNik Everett
2016-03-24Disallow reverse option and check it throws an exceptionIsabel Drost-Fromm
2016-03-24Merge branch 'master' into deprecation/sort-option-reverse-removalIsabel Drost-Fromm
2016-03-23Remove deprecated reverse option from sortingIsabel Drost-Fromm
2016-03-23SortBuilder#toXContent should render full objectChristoph Büscher
2016-03-23Switch to using refactored SortBuilder in SearchSourceBuilder and elsewhereChristoph Büscher
2016-03-23Remove SortBuilderParser interface, using abstract methods in SortBuilderChristoph Büscher
2016-03-22Add parsing of list of sort builders to SortBuilderChristoph Büscher
2016-03-18Adding tests for median sort mode to GeoDistanceSortBuilderITChristoph Büscher
2016-03-17Adressing review commentsChristoph Büscher
2016-03-16Add build() method to SortBuilder implementationsChristoph Büscher
2016-03-15Using SortMode enum in all sort buildersChristoph Büscher