Class SignificantStringTerms.Bucket

All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, MultiBucketsAggregation.Bucket, SignificantTerms.Bucket, HasAggregations
Enclosing class:
SignificantStringTerms

public static class SignificantStringTerms.Bucket
extends InternalSignificantTerms.Bucket<SignificantStringTerms.Bucket>
  • Constructor Details

    • Bucket

      public Bucket​(org.apache.lucene.util.BytesRef term, long subsetDf, long subsetSize, long supersetDf, long supersetSize, InternalAggregations aggregations, DocValueFormat format, double score)
    • Bucket

      public Bucket​(StreamInput in, long subsetSize, long supersetSize, DocValueFormat format) throws java.io.IOException
      Read from a stream.
      Throws:
      java.io.IOException
  • Method Details