OpenSearch/plugin
Costin Leau 58f43ad4f0 SQL: Re-enable matrix aggregations (elastic/x-pack-elasticsearch#3977)
Remove functions without a backing matrix agg

MatrixAgg works across multiple fields and exposing it directly in SQL
does not work. Instead isolated functions are exposed which get folded
and optimized into one matrix agg per field. Thus not all matrix 
functions can be exposed in SQL, at least at this time.

Instead of depending on the plugin directly, depend on the plugin client
jar (matrix-agg-client)

Remove outdated test

Original commit: elastic/x-pack-elasticsearch@ec9b31bf59
2018-03-04 01:53:56 +02:00
..
bwc Relax remote check for bwc project checkouts (elastic/x-pack-elasticsearch#3924) 2018-02-13 14:54:38 -06:00
core [ML] Set explicit defaults to AnalysisLimits (elastic/x-pack-elasticsearch#4015) 2018-02-27 17:49:05 +00:00
deprecation Build: Replace provided configuration with compileOnly (elastic/x-pack-elasticsearch#3868) 2018-02-09 11:30:43 -08:00
graph [TEST] Add deterministic routing of docs to shards to prevent 2018-02-19 15:46:51 +00:00
keys Rename core plugin and transport dirs 2017-02-10 11:02:42 -08:00
logstash Build: Replace provided configuration with compileOnly (elastic/x-pack-elasticsearch#3868) 2018-02-09 11:30:43 -08:00
ml [ML] Set explicit defaults to AnalysisLimits (elastic/x-pack-elasticsearch#4015) 2018-02-27 17:49:05 +00:00
monitoring [Monitoring] Remove support for setting interval -1 (elastic/x-pack-elasticsearch#4035) 2018-02-26 17:53:09 -08:00
rollup [Rollup] Don't use lucene's newSearcher() method in tests 2018-03-02 17:07:57 -08:00
security Pass InputStream when creating XContent parser (elastic/x-pack-elasticsearch#4001) 2018-02-23 15:22:28 -07:00
sql SQL: Re-enable matrix aggregations (elastic/x-pack-elasticsearch#3977) 2018-03-04 01:53:56 +02:00
src/test [ML] Set explicit defaults to AnalysisLimits (elastic/x-pack-elasticsearch#4015) 2018-02-27 17:49:05 +00:00
upgrade Tests: suppress testIndexUpgradeInfoLicense on release builds (elastic/x-pack-elasticsearch#3930) 2018-02-14 13:56:40 -05:00
watcher Pass InputStream when creating XContent parser (elastic/x-pack-elasticsearch#4001) 2018-02-23 15:22:28 -07:00
build.gradle Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002) 2018-02-23 17:10:37 -05:00