Uses of Class
com.azure.search.documents.indexes.models.ScoringProfile
Packages that use ScoringProfile
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ScoringProfile in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return ScoringProfileModifier and TypeMethodDescriptionstatic ScoringProfileScoringProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScoringProfile from the JsonReader.ScoringProfile.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.