Class SignificantLongTerms

java.lang.Object
org.opensearch.search.aggregations.InternalAggregation
org.opensearch.search.aggregations.InternalMultiBucketAggregation<SignificantLongTerms,org.opensearch.search.aggregations.bucket.terms.SignificantLongTerms.Bucket>
org.opensearch.search.aggregations.bucket.terms.InternalSignificantTerms<SignificantLongTerms,org.opensearch.search.aggregations.bucket.terms.SignificantLongTerms.Bucket>
org.opensearch.search.aggregations.bucket.terms.InternalMappedSignificantTerms<SignificantLongTerms,org.opensearch.search.aggregations.bucket.terms.SignificantLongTerms.Bucket>
org.opensearch.search.aggregations.bucket.terms.SignificantLongTerms
All Implemented Interfaces:
Iterable<SignificantTerms.Bucket>, org.opensearch.core.common.io.stream.NamedWriteable, org.opensearch.core.common.io.stream.Writeable, org.opensearch.core.xcontent.ToXContent, org.opensearch.core.xcontent.ToXContentFragment, Aggregation, MultiBucketsAggregation, SignificantTerms

public class SignificantLongTerms extends InternalMappedSignificantTerms<SignificantLongTerms,org.opensearch.search.aggregations.bucket.terms.SignificantLongTerms.Bucket>
Result of the running the significant terms aggregation on a numeric field.
Opensearch.internal: