Uses of Class
com.azure.search.documents.indexes.models.ScoringFunction
Packages that use ScoringFunction
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ScoringFunction in com.azure.search.documents.indexes.models
Subclasses of ScoringFunction in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classDefines a function that boosts scores based on distance from a geographic location.final classDefines a function that boosts scores based on the value of a date-time field.final classDefines a function that boosts scores based on the magnitude of a numeric field.final classDefines a function that boosts scores of documents with string values matching a given list of tags.Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type ScoringFunctionModifier and TypeClassDescriptionclassBase type for functions that can modify document scores during ranking.Methods in com.azure.search.documents.indexes.models that return ScoringFunctionModifier and TypeMethodDescriptionstatic ScoringFunctionScoringFunction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScoringFunction from the JsonReader.ScoringFunction.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.