summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/sort/FieldSortBuilder.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-07Extend testing of build method in ScriptSortBuilder (#26520)Christoph Büscher
2017-09-04Prohibit using `nested_filter`, `nested_path` and new `nested` Option at the ...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-03Replace custom sort field with SortedSetSortField and SortedNumericSortField ...Jim Ferenczi
2016-10-14Use ObjectParser in ScriptSortBuilderChristoph Büscher
2016-10-14Use ObjectParser in ScoreSortBuilder and FieldSortBuilderChristoph Büscher
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-18Replace writeOptionalQuery with writeOptionalNamedWriteableNik Everett
2016-04-18Remove readOptionalQueryNik Everett
2016-04-15Rename context.parseFieldMatcher() to context.getParseFieldMatcherChristoph Büscher
2016-04-12Remove MappedFieldType.isSortable(). #17598Adrien Grand
2016-04-12Remove MappedFieldType.useTermQueryWithQueryString() and isNumeric(). #17599Adrien Grand
2016-03-29Merge branch 'master' into deprecation/sort-option-reverse-removalIsabel Drost-Fromm
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-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
2016-03-14Throw ParsingExceptions instead of IllegalArgumentIsabel Drost-Fromm
2016-03-14Add sanity checks and support for reverse in FieldSortBuilder.parse(...)Isabel Drost-Fromm
2016-03-14Third round of commentsIsabel Drost-Fromm
2016-03-14Second round of commentsIsabel Drost-Fromm
2016-03-14First comments.Isabel Drost-Fromm
2016-03-14Refactor FieldSortBuilderIsabel Drost-Fromm
2016-03-10Sort: Move up `order` field to SortBuilderChristoph Büscher
2016-03-09Move missing() from SortBuilder interface to classIsabel Drost-Fromm
2016-02-10Remove deprecated parameter from field sort builder.Isabel Drost-Fromm
2015-09-21Fix all javadocs issues, re-enable compiler warnings (but disable on java9 wh...Robert Muir
2015-06-05create core moduleSimon Willnauer