Uses of Class
com.azure.search.documents.indexes.models.FreshnessScoringParameters
Packages that use FreshnessScoringParameters
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of FreshnessScoringParameters in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return FreshnessScoringParametersModifier and TypeMethodDescriptionstatic FreshnessScoringParametersFreshnessScoringParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FreshnessScoringParameters from the JsonReader.FreshnessScoringFunction.getParameters()Get the parameters property: Parameter values for the freshness scoring function.Constructors in com.azure.search.documents.indexes.models with parameters of type FreshnessScoringParametersModifierConstructorDescriptionFreshnessScoringFunction(String fieldName, double boost, FreshnessScoringParameters parameters) Creates an instance of FreshnessScoringFunction class.