summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/search/sort/FieldSortBuilderTests.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-09-14[Docs] "The the" is a great band, but ... (#26644)Christoph Büscher
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-09-01[Tests] Add unit tests for NestedSortBuilder (#26458)Christoph Büscher
2017-08-31[Tests] Improve testing of FieldSortBuilder (#26437)Christoph Büscher
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-30Multi-level Nested Sort with FiltersMartijn van Groningen
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
2017-04-04Rename random ASCII helper methodsJason Tedor
2017-04-03Replace custom sort field with SortedSetSortField and SortedNumericSortField ...Jim Ferenczi
2017-01-12Remove ParseFieldMatcher usages from QueryParseContextjavanna
2016-12-21Replace IndicesQueriesRegistry (#22289)Nik Everett
2016-12-13Consolidate more parser creation into ESTestCaseNik Everett
2016-10-14Use ObjectParser in ScoreSortBuilder and FieldSortBuilderChristoph Büscher
2016-05-06Allow binary sort values. #17959Adrien Grand
2016-05-04Fold helper class into abstract sort test class.Isabel Drost-Fromm
2016-05-02Switch to using predicate for testing existing valueIsabel Drost-Fromm
2016-05-02Use plain random values for generating *SortBuildersIsabel Drost-Fromm
2016-04-28Shorten nested test query builder generation.Isabel Drost-Fromm
2016-04-28Get rid of no longer needed missing generation methodIsabel Drost-Fromm
2016-04-28Get rid of duplicate random sort order generationIsabel Drost-Fromm
2016-04-28Get rid of duplicated random ascii generationIsabel Drost-Fromm
2016-04-28Switch from separate sort_mode to more general randomValueOtherThanIsabel Drost-Fromm
2016-04-15Clean up QueryParseContext and don't hold it inside QueryRewrite/ShardContextChristoph Büscher
2016-03-29Fix build errors after last merge.Isabel Drost-Fromm
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-23Switch to using refactored SortBuilder in SearchSourceBuilder and elsewhereChristoph Büscher
2016-03-22Add parsing of list of sort builders to SortBuilderChristoph Büscher
2016-03-16Add build() method to SortBuilder implementationsChristoph Büscher
2016-03-14Third round of commentsIsabel Drost-Fromm
2016-03-14Refactor FieldSortBuilderIsabel Drost-Fromm