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:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.BucketAggregationBase
BucketAggregationBase.AbstractBuilder<BuilderT extends BucketAggregationBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SignificantTextAggregation>Json deserializer forSignificantTextAggregation -
Method Summary
Modifier and TypeMethodDescriptionAggregation variant kind.final QueryAPI name:background_filterfinal ChiSquareHeuristicAPI name:chi_squarefinal TermsExcludeexclude()API name:excludeAPI name:execution_hintfinal Stringfield()API name:fieldfinal BooleanAPI name:filter_duplicate_textgnd()API name:gndinclude()API name:includefinal LongAPI name:min_doc_countAPI name:mutual_informationstatic SignificantTextAggregationfinal PercentageScoreHeuristicAPI name:percentagefinal ScriptedHeuristicAPI name:script_heuristicprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupSignificantTextAggregationDeserializer(ObjectDeserializer<SignificantTextAggregation.Builder> op) final LongAPI name:shard_min_doc_countfinal IntegerAPI name:shard_sizefinal Integersize()API name:sizeAPI 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(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
API name:field -
filterDuplicateText
API name:filter_duplicate_text -
gnd
API name:gnd -
include
API name:include -
minDocCount
API name:min_doc_count -
mutualInformation
API name:mutual_information -
percentage
API name:percentage -
scriptHeuristic
API name:script_heuristic -
shardMinDocCount
API name:shard_min_doc_count -
shardSize
API name:shard_size -
size
API name:size -
sourceFields
API name:source_fields -
serializeInternal
- Overrides:
serializeInternalin classAggregationBase
-
setupSignificantTextAggregationDeserializer
protected static void setupSignificantTextAggregationDeserializer(ObjectDeserializer<SignificantTextAggregation.Builder> op)
-