Uses of Enum
com.azure.search.documents.indexes.models.ScoringFunctionInterpolation
Packages that use ScoringFunctionInterpolation
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ScoringFunctionInterpolation in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return ScoringFunctionInterpolationModifier and TypeMethodDescriptionstatic ScoringFunctionInterpolationScoringFunctionInterpolation.fromString(String value) Parses a serialized value to a ScoringFunctionInterpolation instance.ScoringFunction.getInterpolation()Get the interpolation property: A value indicating how boosting will be interpolated across document scores; defaults to "Linear".static ScoringFunctionInterpolationReturns the enum constant of this type with the specified name.static ScoringFunctionInterpolation[]ScoringFunctionInterpolation.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 ScoringFunctionInterpolationModifier and TypeMethodDescriptionDistanceScoringFunction.setInterpolation(ScoringFunctionInterpolation interpolation) Set the interpolation property: A value indicating how boosting will be interpolated across document scores; defaults to "Linear".FreshnessScoringFunction.setInterpolation(ScoringFunctionInterpolation interpolation) Set the interpolation property: A value indicating how boosting will be interpolated across document scores; defaults to "Linear".MagnitudeScoringFunction.setInterpolation(ScoringFunctionInterpolation interpolation) Set the interpolation property: A value indicating how boosting will be interpolated across document scores; defaults to "Linear".ScoringFunction.setInterpolation(ScoringFunctionInterpolation interpolation) Set the interpolation property: A value indicating how boosting will be interpolated across document scores; defaults to "Linear".TagScoringFunction.setInterpolation(ScoringFunctionInterpolation interpolation) Set the interpolation property: A value indicating how boosting will be interpolated across document scores; defaults to "Linear".