OpenSearch/x-pack/plugin
Dimitris Athanasiou 9dd527328a
[ML] Outlier detection should only fetch docs that have the analyzed … (#44944) (#44959)
As data frame rows with missing values for analyzed fields are skipped,
we can be more efficient by including a query that only picks documents
that have values for all analyzed fields. Besides improving the number
of documents we go through, we also provide a more accurate measurement
of how many rows we need which reduces the memory requirements.

This also adds an integration test that runs outlier detection on data
with missing fields.
2019-07-29 18:23:56 +03:00
..
ccr Close connection manager on current thread in RemoteClusterConnection (#44805) 2019-07-25 09:34:41 +02:00
core Add option to filter ILM explain response (#44777) 2019-07-26 11:57:38 -04:00
data-frame [ML-DataFrame] Remove ID field from data frame indexer stats (#44848) 2019-07-25 15:19:32 +01:00
deprecation Convert remaining ActionTypes to writeable in xpack core (#44467) (#44525) 2019-07-17 18:01:45 -07:00
frozen-indices remove usage of ActionType#(String) (#44459) (#44526) 2019-07-17 20:28:11 -07:00
graph migrate rollup/monitoring/graph/watcher actions to Writeable (#44464) (#44538) 2019-07-18 08:42:56 -07:00
ilm Add option to filter ILM explain response (#44777) 2019-07-26 11:57:38 -04:00
logstash Remove description from xpack feature sets (#43065) 2019-06-11 09:22:58 -07:00
mapper-flattened Add support for 'flattened object' fields. (#43762) 2019-07-01 12:08:50 +03:00
ml [ML] Outlier detection should only fetch docs that have the analyzed … (#44944) (#44959) 2019-07-29 18:23:56 +03:00
monitoring [7.x] Implement exponential average search time per hour statistics. (#44683) (#44897) 2019-07-26 15:56:34 +02:00
rollup migrate rollup/monitoring/graph/watcher actions to Writeable (#44464) (#44538) 2019-07-18 08:42:56 -07:00
security SecurityIndexManager handle RuntimeEx while reading mapping (#44409) 2019-07-25 16:52:21 +03:00
sql Upgrade to Lucene 8.2.0 release (#44859) (#44892) 2019-07-26 08:14:59 +02:00
src/test Add option to filter ILM explain response (#44777) 2019-07-26 11:57:38 -04:00
vectors Add l1norm and l2norm distances for vectors (#44116) 2019-07-11 14:30:02 -04:00
voting-only-node Publish to self through transport (#43994) 2019-07-05 13:00:52 +02:00
watcher Deprecate setting processors to more than available (#44889) 2019-07-26 17:06:44 +09:00
build.gradle Convert testclusters to use distro download plugin (#44253) (#44362) 2019-07-15 17:53:05 -07:00