summaryrefslogtreecommitdiff
path: root/modules/lang-mustache/src/main/java/org/elasticsearch/script/mustache/TransportSearchTemplateAction.java
AgeCommit message (Expand)Author
2017-07-03Remove QueryParseContext (#25486)Christoph Büscher
2017-06-02Scripting: Convert CompiledTemplate to a ScriptContext (#25032)Ryan Ernst
2017-05-25Scripting: Move context definitions to instance type classes (#24883)Ryan Ernst
2017-05-24Scripting: Add instance and compiled classes to script contexts (#24868)Ryan Ernst
2017-05-22Scripting: Simplify ScriptContext (#24818)Ryan Ernst
2017-05-15Scripts: Convert template script engines to return String instead of BytesRef...Ryan Ernst
2017-05-10Rewrite multi search template api to delegate to multi search api instead of ...Martijn van Groningen
2017-05-10Scripting: Remove "service" from ScriptEngine interface name (#24574)Ryan Ernst
2017-04-24Templates: Add compileTemplate method to ScriptService for template consumers...Ryan Ernst
2017-04-21Scripts: Remove unnecessary executable shortcut (#24264)Ryan Ernst
2017-02-22Remove content type auto-detection from search templatesjavanna
2017-01-12Remove ParseFieldMatcher usages from QueryParseContextjavanna
2017-01-11Remove SearchRequestParsers (#22538)Nik Everett
2017-01-09Replace Suggesters with namedObject (#22491)Nik Everett
2017-01-09Replace AggregatorParsers with namedObject (#22397)Nik Everett
2017-01-09Replace SearchExtRegistry with namedObject (#22492)Nik Everett
2016-12-21Replace IndicesQueriesRegistry (#22289)Nik Everett
2016-12-20Introduce XContentParser#namedObject (#22003)Nik Everett
2016-11-10Clean up of Script.Jack Conradson
2016-09-19Add profile and explain parameters to template APIDavid Pilato
2016-09-09move parsing of search ext sections to the coordinating nodejavanna
2016-08-16Internal: Consolidate search parser registriesRyan Ernst
2016-07-25Moved all mustache classes into one package.Martijn van Groningen