| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
ScoringProfile |
ScoringProfile.setFunctionAggregation(ScoringFunctionAggregation functionAggregation)
Set the functionAggregation property: A value indicating how the results
of individual scoring functions should be combined.
|
ScoringProfile |
ScoringProfile.setFunctions(List<ScoringFunction> functions)
Set the functions property: The collection of functions that influence
the scoring of documents.
|
ScoringProfile |
ScoringProfile.setFunctions(ScoringFunction... functions)
Set the functions property: The collection of functions that influence
the scoring of documents.
|
ScoringProfile |
ScoringProfile.setTextWeights(TextWeights textWeights)
Set the textWeights property: Parameters that boost scoring based on
text matches in certain index fields.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndex |
SearchIndex.setScoringProfiles(ScoringProfile... scoringProfiles)
Set the scoringProfiles property: The scoring profiles for the index.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.