Uses of Class
com.azure.search.documents.models.ScoringParameter
Packages that use ScoringParameter
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of ScoringParameter in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return types with arguments of type ScoringParameterModifier and TypeMethodDescriptionSearchOptions.getScoringParameters()Get the scoringParameters property: The list of parameter values to be used in scoring functions (for example, referencePointParameter) using the format name-values.Methods in com.azure.search.documents.models with parameters of type ScoringParameterModifier and TypeMethodDescriptionSearchOptions.setScoringParameters(ScoringParameter... scoringParameters) Set the scoringParameters property: The list of parameter values to be used in scoring functions (for example, referencePointParameter) using the format name-values.