| 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 |
|---|---|
ScoringFunctionAggregation |
ScoringProfile.getFunctionAggregation()
Get the functionAggregation property: A value indicating how the results
of individual scoring functions should be combined.
|
static ScoringFunctionAggregation |
ScoringFunctionAggregation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScoringFunctionAggregation[] |
ScoringFunctionAggregation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.