-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
-
Field Summary
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
Method Summary
double
long
long
long
long
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
isFragment, toXContent
-
Method Details
-
getSignificanceScore
double getSignificanceScore()
- Returns:
- The significant score for the subset
-
getSubsetDf
long getSubsetDf()
- Returns:
- The number of docs in the subset containing a particular term.
This number is equal to the document count of the bucket.
-
getSubsetSize
long getSubsetSize()
- Returns:
- The numbers of docs in the subset (also known as "foreground set").
This number is equal to the document count of the containing aggregation.
-
getSupersetDf
long getSupersetDf()
- Returns:
- The number of docs in the superset containing a particular term (also
known as the "background count" of the bucket)
-
getSupersetSize
long getSupersetSize()
- Returns:
- The numbers of docs in the superset (ordinarily the background count
of the containing aggregation).
-
getKeyAsNumber
- Returns:
- The key, expressed as a number