OpenSearch/docs/reference/images
Zachary Tong ea1794832f Add RareTerms aggregation (#35718)
This adds a `rare_terms` aggregation.  It is an aggregation designed
to identify the long-tail of keywords, e.g. terms that are "rare" or
have low doc counts.

This aggregation is designed to be more memory efficient than the
alternative, which is setting a terms aggregation to size: LONG_MAX
(or worse, ordering a terms agg by count ascending, which has
unbounded error).

This aggregation works by maintaining a map of terms that have
been seen. A counter associated with each value is incremented
when we see the term again.  If the counter surpasses a predefined
threshold, the term is removed from the map and inserted into a cuckoo
filter.  If a future term is found in the cuckoo filter we assume it
was previously removed from the map and is "common".

The map keys are the "rare" terms after collection is done.
2019-07-01 10:30:02 -04:00
..
msi_installer Update MSI documentation (#31950) 2018-08-29 15:37:47 +10:00
pipeline_movavg Docs: Fix misplaced images in moving_avg docs 2015-05-27 16:13:36 -04:00
pipeline_serialdiff Aggregations: add serial differencing pipeline aggregation 2015-07-10 18:22:01 -04:00
rare_terms Add RareTerms aggregation (#35718) 2019-07-01 10:30:02 -04:00
sql SQL: Update JDBC class name in client screenshots 2019-03-27 12:21:53 +02:00
Exponential.png fixing typo in expDecayFunction and adding offset to all dacay functions 2015-03-05 12:28:08 +01:00
Gaussian.png fixing typo in expDecayFunction and adding offset to all dacay functions 2015-03-05 12:28:08 +01:00
Linear.png fixing typo in expDecayFunction and adding offset to all dacay functions 2015-03-05 12:28:08 +01:00
cardinality_error.png Docs: Add more points to the chart that gives accuracy for the cardinality aggregation. 2016-07-20 10:37:12 +02:00
decay_2d.png Updated decay-function image in function_score query 2016-04-20 13:37:52 +02:00
lambda.png [doc] Correct decay function equations in function_score description 2014-07-23 17:33:22 +02:00
lambda_calc.png Docs: clarify calculation of sigma and lambda in function_score (#20267) 2016-09-02 14:41:07 +02:00
percentiles_error.png [Doc] Add a chart about the relative error of the percentiles aggregation. 2014-03-14 12:23:23 +01:00
s_calc.png [doc] Correct decay function equations in function_score description 2014-07-23 17:33:22 +02:00
service-manager-win.png [DOCS] Update instructions for running on Windows 2016-04-07 17:59:58 -04:00
sigma.png [doc] Correct decay function equations in function_score description 2014-07-23 17:33:22 +02:00
sigma_calc.png Docs: clarify calculation of sigma and lambda in function_score (#20267) 2016-09-02 14:41:07 +02:00