elasticsearch/docs/reference
Hendrik Muhs 14b2d2d37e
[ML] frequent items filter (#91137)
add a filter to the frequent items agg that filters documents from the analysis while still calculating support on the full set

A filter is specified top-level in frequent_items:

"frequent_items": {
  "filter": {
    "term": {
      "host.name.keyword": "i-12345"
    }
   },
...

The above filters documents that don't match, however still counts the docs when calculating support. That's in contrast to
specifying a query at the top, in which case you find the same item sets, but don't know the importance given the full
document set.
2022-11-03 13:58:40 +01:00
..
aggregations [ML] frequent items filter (#91137) 2022-11-03 13:58:40 +01:00
analysis Fix typo in stop-tokenfilter.asciidoc (#91128) (#91207) 2022-11-01 15:32:16 +01:00
autoscaling
cat
ccr
cluster
commands
data-management
data-streams [Docs] Remove feature flag from downsampling page (#91228) 2022-11-01 09:51:22 -04:00
docs
eql
features/apis
fleet
graph
health
high-availability
how-to
ilm Update move-to-step.asciidoc (#91114) 2022-11-03 08:55:24 +00:00
images
index-modules
indices
ingest
licensing
mapping
migration
ml [ML] Update API documentation for anomaly score explanation (#91177) 2022-11-01 21:43:33 +01:00
modules
monitoring
query-dsl
release-notes
repositories-metering-api
rest-api
rollup
scripting
search [DOCS] Semantic search endpoint (#91210) 2022-11-01 09:01:55 -07:00
searchable-snapshots
settings
setup
shutdown/apis
slm/apis
snapshot-restore [DOCS] Update the feature state example in the snapshot and restore docs (#90328) 2022-11-01 10:17:29 +09:00
sql
tab-widgets
text-structure/apis
transform
troubleshooting
upgrade
vectors
aggregations.asciidoc
alias.asciidoc
analysis.asciidoc
api-conventions.asciidoc
cat.asciidoc
cluster.asciidoc
data-management.asciidoc
data-rollup-transform.asciidoc
datatiers.asciidoc
dependencies-versions.asciidoc
docs.asciidoc
gs-index.asciidoc
high-availability.asciidoc
how-to.asciidoc
index-extra-title-page.html
index-modules.asciidoc
index.asciidoc
index.x.asciidoc
indices.asciidoc
ingest.asciidoc
intro.asciidoc
links.asciidoc
mapping.asciidoc
query-dsl.asciidoc
redirects.asciidoc
release-notes.asciidoc
scripting.asciidoc
search.asciidoc [DOCS] Semantic search endpoint (#91210) 2022-11-01 09:01:55 -07:00
setup.asciidoc
troubleshooting.asciidoc
upgrade.asciidoc