Uses of Enum
com.azure.search.documents.indexes.models.ScoringFunctionAggregation
Packages that use ScoringFunctionAggregation
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of ScoringFunctionAggregation in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return ScoringFunctionAggregationModifier and TypeMethodDescriptionstatic ScoringFunctionAggregation
ScoringFunctionAggregation.fromString
(String value) Parses a serialized value to a ScoringFunctionAggregation instance.ScoringProfile.getFunctionAggregation()
Get the functionAggregation property: A value indicating how the results of individual scoring functions should be combined.static ScoringFunctionAggregation
Returns the enum constant of this type with the specified name.static ScoringFunctionAggregation[]
ScoringFunctionAggregation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.search.documents.indexes.models with parameters of type ScoringFunctionAggregationModifier and TypeMethodDescriptionScoringProfile.setFunctionAggregation
(ScoringFunctionAggregation functionAggregation) Set the functionAggregation property: A value indicating how the results of individual scoring functions should be combined.