Uses of Class
com.azure.search.documents.indexes.models.ScoringFunction
Packages that use ScoringFunction
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of ScoringFunction in com.azure.search.documents.indexes.models
Subclasses of ScoringFunction in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal class
Defines a function that boosts scores based on distance from a geographic location.final class
Defines a function that boosts scores based on the value of a date-time field.final class
Defines a function that boosts scores based on the magnitude of a numeric field.final class
Defines a function that boosts scores of documents with string values matching a given list of tags.Methods in com.azure.search.documents.indexes.models that return ScoringFunctionModifier and TypeMethodDescriptionScoringFunction.setInterpolation
(ScoringFunctionInterpolation interpolation) Set the interpolation property: A value indicating how boosting will be interpolated across document scores; defaults to "Linear".Methods in com.azure.search.documents.indexes.models that return types with arguments of type ScoringFunctionModifier and TypeMethodDescriptionScoringProfile.getFunctions()
Get the functions property: The collection of functions that influence the scoring of documents.Methods in com.azure.search.documents.indexes.models with parameters of type ScoringFunctionModifier and TypeMethodDescriptionScoringProfile.setFunctions
(ScoringFunction... functions) Set the functions property: The collection of functions that influence the scoring of documents.Method parameters in com.azure.search.documents.indexes.models with type arguments of type ScoringFunctionModifier and TypeMethodDescriptionScoringProfile.setFunctions
(List<ScoringFunction> functions) Set the functions property: The collection of functions that influence the scoring of documents.