summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/sort/ScriptSortBuilder.java
AgeCommit message (Expand)Author
2017-07-03Remove QueryParseContext (#25486)Christoph Büscher
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
2017-06-07Scripting: Remove unnecessary intermediate script compilation methods on Quer...Ryan Ernst
2017-05-30Scripting: Add StatefulFactoryType as optional intermediate factory in script...Ryan Ernst
2017-05-30Fix script field sort returning Double.MAX_VALUE for all documents (#24942)Jim Ferenczi
2017-05-25Scripting: Move context definitions to instance type classes (#24883)Ryan Ernst
2017-05-22Scripting: Simplify ScriptContext (#24818)Ryan Ernst
2017-05-04Add StreamInput.readEnum and StreamOutput.writeEnum (#24475)Igor Motov
2017-04-18Upgrade to a Lucene 7 snapshot (#24089)Adrien Grand
2017-02-09Remove getDefaultScriptingLanguage from QueryParseContext (#23043)Luca Cavanna
2017-01-05remove ParseFieldMatcher usages from Script parsing codejavanna
2016-11-10Clean up of Script.Jack Conradson
2016-10-14Use ObjectParser in ScriptSortBuilderChristoph Büscher
2016-10-05add extra safety when accessing scripts or now and reqeusts are cachedSimon Willnauer
2016-10-04Add a #markAsNotCachable() method to context to mark requests as not cachableSimon Willnauer
2016-09-06* Removed `script.default_lang` setting and made `painless` the hardcoded def...Martijn van Groningen
2016-07-13Removed deprecated 1.x script and template syntaxMartijn van Groningen
2016-06-28Scripts: Remove ClusterState from compile apiRyan Ernst
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-22Changed indexed scripts to be stored in the cluster state instead of the `.sc...Martijn van Groningen
2016-04-21Merge branch 'master' into enhancement/make-script-writeableIsabel Drost-Fromm
2016-04-21Remove <T> from WriteableNik Everett
2016-04-21Makes Script type writeableIsabel 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-03-25Remove PROTOTYPE from SortBuildersNik Everett
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
2016-03-14Adressing review comments, adding parsing testsChristoph Büscher
2016-03-11Added enum for script sort typeChristoph Büscher
2016-03-11Make ScriptSortBuilder implement NamedWritableChristoph Büscher
2016-03-10Sort: Move up `order` field to SortBuilderChristoph Büscher
2016-03-09Move missing() from SortBuilder interface to classIsabel Drost-Fromm
2016-01-26Remove deprecated parametersIsabel Drost-Fromm
2015-06-05create core moduleSimon Willnauer