Uses of Enum
com.azure.search.documents.indexes.models.ScoringFunctionAggregation
Packages that use ScoringFunctionAggregation
Package
Description
Package containing the data models 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 ScoringFunctionAggregationScoringFunctionAggregation.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 ScoringFunctionAggregationReturns 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.