Class ParsedSignificantLongTerms
java.lang.Object
org.elasticsearch.search.aggregations.ParsedAggregation
org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation<ParsedSignificantTerms.ParsedBucket>
org.elasticsearch.search.aggregations.bucket.terms.ParsedSignificantTerms
org.elasticsearch.search.aggregations.bucket.terms.ParsedSignificantLongTerms
- All Implemented Interfaces:
- Iterable<SignificantTerms.Bucket>,- org.elasticsearch.common.xcontent.ToXContent,- org.elasticsearch.common.xcontent.ToXContentFragment,- Aggregation,- MultiBucketsAggregation,- SignificantTerms
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.AggregationAggregation.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregationMultiBucketsAggregation.BucketNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.bucket.terms.SignificantTermsSignificantTerms.BucketNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContentorg.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
- 
Field SummaryFields inherited from class org.elasticsearch.search.aggregations.bucket.terms.ParsedSignificantTermssubsetSize, supersetSizeFields inherited from class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregationbuckets, keyedFields inherited from class org.elasticsearch.search.aggregations.ParsedAggregationmetadataFields inherited from interface org.elasticsearch.search.aggregations.AggregationTYPED_KEYS_DELIMITERFields inherited from interface org.elasticsearch.common.xcontent.ToXContentEMPTY_PARAMS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ParsedSignificantLongTermsfromXContent(org.elasticsearch.common.xcontent.XContentParser parser, String name)getType()Methods inherited from class org.elasticsearch.search.aggregations.bucket.terms.ParsedSignificantTermsdoXContentBody, getBucketByKey, getBuckets, getSubsetSize, getSupersetSize, iteratorMethods inherited from class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregationdeclareMultiBucketAggregationFieldsMethods inherited from class org.elasticsearch.search.aggregations.ParsedAggregationdeclareAggregationFields, getMetadata, getName, parseDouble, setName, toXContentMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.search.aggregations.AggregationgetMetadata, getNameMethods inherited from interface java.lang.IterableforEach, spliteratorMethods inherited from interface org.elasticsearch.common.xcontent.ToXContenttoXContentMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragmentisFragment
- 
Constructor Details- 
ParsedSignificantLongTermspublic ParsedSignificantLongTerms()
 
- 
- 
Method Details- 
getType- Returns:
- a string representing the type of the aggregation. This type is added to the aggregation name in the response, so that it can later be used by clients to determine type of the aggregation and parse it into the proper object.
 
- 
fromXContentpublic static ParsedSignificantLongTerms fromXContent(org.elasticsearch.common.xcontent.XContentParser parser, String name) throws IOException- Throws:
- IOException
 
 
-