| 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 |
|---|---|
MagnitudeScoringParameters |
MagnitudeScoringFunction.getParameters()
Get the parameters property: Parameter values for the magnitude scoring
function.
|
MagnitudeScoringParameters |
MagnitudeScoringParameters.setShouldBoostBeyondRangeByConstant(Boolean shouldBoostBeyondRangeByConstant)
Set the shouldBoostBeyondRangeByConstant property: A value indicating
whether to apply a constant boost for field values beyond the range end
value; default is false.
|
| Constructor and Description |
|---|
MagnitudeScoringFunction(String fieldName,
double boost,
MagnitudeScoringParameters parameters)
Constructor of
MagnitudeScoringFunction. |
Copyright © 2020 Microsoft Corporation. All rights reserved.