Class SignificantLongTerms

All Implemented Interfaces:
java.lang.Iterable<SignificantTerms.Bucket>, NamedWriteable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, Aggregation, MultiBucketsAggregation, SignificantTerms

public class SignificantLongTerms
extends InternalMappedSignificantTerms<SignificantLongTerms,​org.elasticsearch.search.aggregations.bucket.terms.SignificantLongTerms.Bucket>
Result of the running the significant terms aggregation on a numeric field.
  • Field Details

  • Constructor Details

    • SignificantLongTerms

      public SignificantLongTerms​(java.lang.String name, int requiredSize, long minDocCount, java.util.Map<java.lang.String,​java.lang.Object> metadata, DocValueFormat format, long subsetSize, long supersetSize, SignificanceHeuristic significanceHeuristic, java.util.List<org.elasticsearch.search.aggregations.bucket.terms.SignificantLongTerms.Bucket> buckets)
    • SignificantLongTerms

      public SignificantLongTerms​(StreamInput in) throws java.io.IOException
      Read from a stream.
      Throws:
      java.io.IOException
  • Method Details