summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
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
2017-05-20Scripting: Remove "inline script enabled" on script engines (#24815)Ryan Ernst
2017-05-19Merge branch 'master' into feature/client_aggs_parsingjavanna
2017-05-19Allow plugins to register pre-configured tokenizers (#24751)Nik Everett
2017-05-19Upgrade to lucene-7.0.0-snapshot-a0aef2fNicholas Knize
2017-05-19Removes parent child fielddata specialization (#24737)Jim Ferenczi
2017-05-19Merge remote-tracking branch 'origin/master' into feature/client_aggs_parsingTanguy Leroux
2017-05-19Add parsing method for Matrix Stats (#24746)Tanguy Leroux
2017-05-18Remove Deprecated Script Settings (#24756)Jack Conradson
2017-05-18Merge remote-tracking branch 'origin/master' into feature/client_aggs_parsingTanguy Leroux
2017-05-17Scripting: Remove file scripts (#24627)Ryan Ernst
2017-05-17Settings: Remove shared setting property (#24728)Ryan Ernst
2017-05-17Merge branch 'master' into feature/client_aggs_parsingjavanna
2017-05-17Fix Version based BWC and set correct minCompatVersion (#24732)Simon Willnauer
2017-05-17Fail rest tests on yaml files (#24740)Nik Everett
2017-05-17Fix new analysis-common yml testsNik Everett
2017-05-16Tests: Change rest test extension from .yaml to .yml (#24659)Ryan Ernst
2017-05-16Move remaining pre-configured token filters into analysis-common (#24716)Nik Everett
2017-05-16Add a cluster block that allows to delete indices that are read-only (#24678)Simon Willnauer
2017-05-16percolator: Fix range queries with date range based on current time.Martijn van Groningen
2017-05-16Merge branch 'master' into feature/client_aggs_parsingChristoph Büscher
2017-05-15Scripts: Convert template script engines to return String instead of BytesRef...Ryan Ernst
2017-05-15Move ReindexAction class to core (#24684)Igor Motov
2017-05-15Small improvement in InternalAggregationTestCase test setup after changes in ...Christoph Büscher
2017-05-15Merge branch 'master' into feature/client_aggs_parsingChristoph Büscher
2017-05-15Replace manual copying an array or collection with static methods calls (#24657)Koen De Groote
2017-05-12Remove Netty logging hack (#24653)Jason Tedor
2017-05-12Upgrade to Netty 4.1.11.FinalJason Tedor