Class MutualInformationHeuristic
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.MutualInformationHeuristic
- All Implemented Interfaces:
ToJsonp
public final class MutualInformationHeuristic extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMutualInformationHeuristic.BuilderBuilder forMutualInformationHeuristic. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MutualInformationHeuristic>DESERIALIZERJson deserializer for MutualInformationHeuristic -
Constructor Summary
Constructors Modifier Constructor Description protectedMutualInformationHeuristic(MutualInformationHeuristic.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.BooleanbackgroundIsSuperset()API name:background_is_supersetjava.lang.BooleanincludeNegatives()API name:include_negativesprotected static voidsetupMutualInformationHeuristicDeserializer(DelegatingDeserializer<MutualInformationHeuristic.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for MutualInformationHeuristic
-
-
Constructor Details
-
Method Details
-
backgroundIsSuperset
public java.lang.Boolean backgroundIsSuperset()API name:background_is_superset -
includeNegatives
public java.lang.Boolean includeNegatives()API name:include_negatives -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupMutualInformationHeuristicDeserializer
protected static void setupMutualInformationHeuristicDeserializer(DelegatingDeserializer<MutualInformationHeuristic.Builder> op)
-