elasticsearch/docs/reference/aggregations
Christos Soulios b0e12c936b
Implement stats aggregation for string terms (#47468)
This PR adds a new metric aggregation called string_stats that operates on string terms of a document and returns the following:

    min_length: The length of the shortest term
    max_length: The length of the longest term
    avg_length: The average length of all terms
    distribution: The probability distribution of all characters appearing in all terms
    entropy: The total Shannon entropy value calculated for all terms

This aggregation has been implemented as an analytics plugin.
2019-11-14 16:07:54 +02:00
..
bucket [DOCS] Remove binary gendered language (#48362) 2019-10-23 09:36:31 -05:00
matrix [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
metrics Implement stats aggregation for string terms (#47468) 2019-11-14 16:07:54 +02:00
pipeline [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
bucket.asciidoc Documentation notes for Range field histograms (#46890) 2019-10-01 10:46:04 -04:00
matrix.asciidoc refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
metrics.asciidoc Implement stats aggregation for string terms (#47468) 2019-11-14 16:07:54 +02:00
misc.asciidoc Remove _type from SearchHit (#46942) 2019-09-23 19:14:54 +01:00
pipeline.asciidoc [DOCS] Replace "// CONSOLE" comments with [source,console] (#46159) 2019-09-04 12:51:02 -04:00