Class SignificantTextAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
co.elastic.clients.elasticsearch._types.aggregations.BucketAggregationBase
co.elastic.clients.elasticsearch._types.aggregations.SignificantTextAggregation
- All Implemented Interfaces:
AggregationVariant,JsonpSerializable
@JsonpDeserializable public class SignificantTextAggregation extends BucketAggregationBase implements AggregationVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignificantTextAggregation.BuilderBuilder forSignificantTextAggregation.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.BucketAggregationBase
BucketAggregationBase.AbstractBuilder<BuilderT extends BucketAggregationBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SignificantTextAggregation>_DESERIALIZERJson deserializer forSignificantTextAggregation -
Method Summary
Modifier and Type Method Description Aggregation.Kind_aggregationKind()Aggregation variant kind.QuerybackgroundFilter()API name:background_filterChiSquareHeuristicchiSquare()API name:chi_squareTermsExcludeexclude()API name:excludeTermsAggregationExecutionHintexecutionHint()API name:execution_hintjava.lang.Stringfield()API name:fieldjava.lang.BooleanfilterDuplicateText()API name:filter_duplicate_textGoogleNormalizedDistanceHeuristicgnd()API name:gndjava.util.List<java.lang.String>include()API name:includeEmptyObjectjlh()API name:jlhjava.lang.LongminDocCount()API name:min_doc_countMutualInformationHeuristicmutualInformation()API name:mutual_informationstatic SignificantTextAggregationof(java.util.function.Function<SignificantTextAggregation.Builder,ObjectBuilder<SignificantTextAggregation>> fn)PercentageScoreHeuristicpercentage()API name:percentageScriptedHeuristicscriptHeuristic()API name:script_heuristicprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSignificantTextAggregationDeserializer(ObjectDeserializer<SignificantTextAggregation.Builder> op)java.lang.LongshardMinDocCount()API name:shard_min_doc_countjava.lang.IntegershardSize()API name:shard_sizejava.lang.Integersize()API name:sizejava.util.List<java.lang.String>sourceFields()API name:source_fieldsMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.BucketAggregationBase
setupBucketAggregationBaseDeserializerMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.AggregationVariant
_toAggregation
-
Field Details
-
_DESERIALIZER
Json deserializer forSignificantTextAggregation
-
-
Method Details
-
of
public static SignificantTextAggregation of(java.util.function.Function<SignificantTextAggregation.Builder,ObjectBuilder<SignificantTextAggregation>> fn) -
_aggregationKind
Aggregation variant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
backgroundFilter
API name:background_filter -
chiSquare
API name:chi_square -
exclude
API name:exclude -
executionHint
API name:execution_hint -
field
@Nullable public final java.lang.String field()API name:field -
filterDuplicateText
@Nullable public final java.lang.Boolean filterDuplicateText()API name:filter_duplicate_text -
gnd
API name:gnd -
include
public final java.util.List<java.lang.String> include()API name:include -
jlh
API name:jlh -
minDocCount
@Nullable public final java.lang.Long minDocCount()API name:min_doc_count -
mutualInformation
API name:mutual_information -
percentage
API name:percentage -
scriptHeuristic
API name:script_heuristic -
shardMinDocCount
@Nullable public final java.lang.Long shardMinDocCount()API name:shard_min_doc_count -
shardSize
@Nullable public final java.lang.Integer shardSize()API name:shard_size -
size
@Nullable public final java.lang.Integer size()API name:size -
sourceFields
public final java.util.List<java.lang.String> sourceFields()API name:source_fields -
serializeInternal
- Overrides:
serializeInternalin classAggregationBase
-
setupSignificantTextAggregationDeserializer
protected static void setupSignificantTextAggregationDeserializer(ObjectDeserializer<SignificantTextAggregation.Builder> op)
-