Class SignificantTextAggregation
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.Aggregation
org.opensearch.client.opensearch._types.aggregations.BucketAggregationBase
org.opensearch.client.opensearch._types.aggregations.SignificantTextAggregation
- All Implemented Interfaces:
ToJsonp
public final class SignificantTextAggregation extends BucketAggregationBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignificantTextAggregation.BuilderBuilder forSignificantTextAggregation.Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.BucketAggregationBase
BucketAggregationBase.AbstractBuilder<BuilderT extends BucketAggregationBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SignificantTextAggregation>DESERIALIZERJson deserializer for SignificantTextAggregation -
Constructor Summary
Constructors Modifier Constructor Description protectedSignificantTextAggregation(SignificantTextAggregation.Builder builder) -
Method Summary
Modifier and Type Method Description QueryContainerbackgroundFilter()API name:background_filterChiSquareHeuristicchiSquare()API name:chi_squarejava.util.List<java.lang.String>exclude()API name:excludejakarta.json.JsonValueexecutionHint()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:includejava.lang.NumberminDocCount()API name:min_doc_countMutualInformationHeuristicmutualInformation()API name:mutual_informationjakarta.json.JsonValuepercentage()API name:percentageScriptedHeuristicscriptHeuristic()API name:script_heuristicprotected static voidsetupSignificantTextAggregationDeserializer(DelegatingDeserializer<SignificantTextAggregation.Builder> op)java.lang.NumbershardMinDocCount()API name:shard_min_doc_countjava.lang.NumbershardSize()API name:shard_sizejava.lang.Numbersize()API name:sizejava.util.List<java.lang.String>sourceFields()API name:source_fieldsprotected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Methods inherited from class org.opensearch.client.opensearch._types.aggregations.BucketAggregationBase
aggregations, setupBucketAggregationBaseDeserializerMethods inherited from class org.opensearch.client.opensearch._types.aggregations.Aggregation
meta, name, setupAggregationDeserializer, toJsonp
-
Field Details
-
DESERIALIZER
Json deserializer for SignificantTextAggregation
-
-
Constructor Details
-
Method Details
-
backgroundFilter
API name:background_filter -
chiSquare
API name:chi_square -
exclude
@Nullable public java.util.List<java.lang.String> exclude()API name:exclude -
executionHint
@Nullable public jakarta.json.JsonValue executionHint()API name:execution_hint -
field
@Nullable public java.lang.String field()API name:field -
filterDuplicateText
@Nullable public java.lang.Boolean filterDuplicateText()API name:filter_duplicate_text -
gnd
API name:gnd -
include
@Nullable public java.util.List<java.lang.String> include()API name:include -
minDocCount
@Nullable public java.lang.Number minDocCount()API name:min_doc_count -
mutualInformation
API name:mutual_information -
percentage
@Nullable public jakarta.json.JsonValue percentage()API name:percentage -
scriptHeuristic
API name:script_heuristic -
shardMinDocCount
@Nullable public java.lang.Number shardMinDocCount()API name:shard_min_doc_count -
shardSize
@Nullable public java.lang.Number shardSize()API name:shard_size -
size
@Nullable public java.lang.Number size()API name:size -
sourceFields
@Nullable public java.util.List<java.lang.String> sourceFields()API name:source_fields -
toJsonpInternal
- Overrides:
toJsonpInternalin classBucketAggregationBase
-
setupSignificantTextAggregationDeserializer
protected static void setupSignificantTextAggregationDeserializer(DelegatingDeserializer<SignificantTextAggregation.Builder> op)
-