Uses of Class
com.azure.search.documents.indexes.models.ScoringProfile
Packages that use ScoringProfile
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of ScoringProfile in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return ScoringProfileModifier and TypeMethodDescriptionScoringProfile.setFunctionAggregation
(ScoringFunctionAggregation functionAggregation) Set the functionAggregation property: A value indicating how the results of individual scoring functions should be combined.ScoringProfile.setFunctions
(ScoringFunction... functions) Set the functions property: The collection of functions that influence the scoring of documents.ScoringProfile.setFunctions
(List<ScoringFunction> functions) Set the functions property: The collection of functions that influence the scoring of documents.ScoringProfile.setTextWeights
(TextWeights textWeights) Set the textWeights property: Parameters that boost scoring based on text matches in certain index fields.Methods in com.azure.search.documents.indexes.models that return types with arguments of type ScoringProfileModifier and TypeMethodDescriptionSearchIndex.getScoringProfiles()
Get the scoringProfiles property: The scoring profiles for the index.Methods in com.azure.search.documents.indexes.models with parameters of type ScoringProfileModifier and TypeMethodDescriptionSearchIndex.setScoringProfiles
(ScoringProfile... scoringProfiles) Set the scoringProfiles property: The scoring profiles for the index.Method parameters in com.azure.search.documents.indexes.models with type arguments of type ScoringProfileModifier and TypeMethodDescriptionSearchIndex.setScoringProfiles
(List<ScoringProfile> scoringProfiles) Set the scoringProfiles property: The scoring profiles for the index.