summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2017-06-09Scripting: Change keys for inline/stored scripts to source/id (#25127)Ryan Ernst
2017-06-09Remove the postings highlighter and make unified the default highlighter choi...Jim Ferenczi
2017-06-08Add Ingest-Processor specific Rest Endpoints & Add Grok endpoint (#25059)Tal Levy
2017-06-08remove Ingest's Internal Template Service (#25085)Tal Levy
2017-06-08Allow removing multiple fields in ingest processor (#24750)Guillaume Le Floch
2017-06-08Always use DisjunctionMaxQuery to build cross fields disjunction (#25115)Jim Ferenczi
2017-06-08Leverage scorerSupplier when applicable. (#25109)Adrien Grand
2017-06-07Generate Painless Factory for Creating Script Instances (#25120)Jack Conradson
2017-06-07Add BWC rest test for parent-join after the backport to 5.xJim Ferenczi
2017-06-07Changed inner_hits to work with the new join field type andMartijn van Groningen
2017-06-06GET aliases should 404 if aliases are missingJason Tedor
2017-06-06Move parent_id query to the parent-join module (#25072)Jim Ferenczi
2017-06-06fix grok's pattern parsing to validate pattern names in expression (#25063)Tal Levy
2017-06-05add `exclude_keys` option to KeyValueProcessor (#24876)Tal Levy
2017-06-05Fixed NPEs caused by requests without content. (#23497)Alex Benusovich
2017-06-05Plugins can register pre-configured char filters (#25000)Nik Everett
2017-06-02Change ScriptContexts to use needs instead of uses$. (#25036)Jack Conradson
2017-06-02Change `has_child`, `has_parent` queries and `childen` aggregation to work wi...Martijn van Groningen
2017-06-02Scripting: Convert CompiledTemplate to a ScriptContext (#25032)Ryan Ernst
2017-06-02Update Painless to Use New Script Contexts (#25015)Jack Conradson
2017-06-02Disallow the new parent join field on indices with multiple typesJim Ferenczi
2017-06-02Always Accumulate Transport Exceptions (#25017)Chris Earle
2017-06-02Add the ability to set eager_global_ordinals in the new parent-join field (#2...Jim Ferenczi
2017-06-02Adds nodes usage API to monitor usages of actions (#24169)Colin Goodheart-Smithe
2017-06-02Disallow multiple parent-join fields per mapping (#25002)Jim Ferenczi
2017-06-01Scripting: Add optional context parameter to put stored script requests (#25014)Ryan Ernst
2017-05-31Introduce ParentJoinFieldMapper, a field mapper that creates parent/child rel...Jim Ferenczi
2017-05-31Moved `keyword_marker`, `trim`, `snowball` and `porter_stemmer` tokenfilter f...Martijn van Groningen
2017-05-31test: Stop using the `mapping.single_type` setting in percolator tests.Martijn van Groningen
2017-05-30Scripting: Add StatefulFactoryType as optional intermediate factory in script...Ryan Ernst
2017-05-30Make Painless Compiler Use an Instance Per Context (#24972)Jack Conradson
2017-05-30Fix floating-point error when DateProcessor parses UNIX (#24947)Tal Levy
2017-05-30Make PainlessScript an interface (#24966)Jack Conradson
2017-05-30Add doc_count to ParsedMatrixStats (#24952)Tanguy Leroux
2017-05-30Add document count to Matrix Stats aggregation response (#24776)Tanguy Leroux
2017-05-26Remove the need for _UNRELEASED suffix in versions (#24798)Nik Everett
2017-05-26Scripting: Rename CompiledType to FactoryType in ScriptContext (#24897)Ryan Ernst
2017-05-25Scripting: Make contexts available to ScriptEngine construction (#24896)Ryan Ernst
2017-05-25Scripting: Move context definitions to instance type classes (#24883)Ryan Ernst
2017-05-24Scripting: Make ScriptEngine.compile generic on the script context (#24873)Ryan Ernst
2017-05-24Scripting: Add instance and compiled classes to script contexts (#24868)Ryan Ernst
2017-05-24Scripting: Add default implementation of close() for ScriptEngine (#24851)Ryan Ernst
2017-05-23Move InnerHitBuilder queries BWC version to 5.5 after the backportJim Ferenczi
2017-05-23Added unit tests for MatrixStatsAggregatorMartijn van Groningen
2017-05-23Build: add client jar for aggs-matrix-stats (#24827)Luca Cavanna
2017-05-23Add the ability to define custom inner hit sub context builder (#24676)Jim Ferenczi
2017-05-22Fix settings names for script.allowed_types and script.allowed_contexts. (#24...Jack Conradson
2017-05-22Scripting: Simplify ScriptContext (#24818)Ryan Ernst
2017-05-22Merge branch 'master' into feature/client_aggs_parsingjavanna
2017-05-22percolator: Use QueryBuilder.rewriteQuery(...) to rewrite query builder inste...Martijn van Groningen