| 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 | Class and Description |
|---|---|
class |
DistanceScoringFunction
Defines a function that boosts scores based on distance from a geographic
location.
|
class |
FreshnessScoringFunction
Defines a function that boosts scores based on the value of a date-time
field.
|
class |
MagnitudeScoringFunction
Defines a function that boosts scores based on the magnitude of a numeric
field.
|
class |
TagScoringFunction
Defines a function that boosts scores of documents with string values
matching a given list of tags.
|
| Modifier and Type | Method and Description |
|---|---|
ScoringFunction |
ScoringFunction.setInterpolation(ScoringFunctionInterpolation interpolation)
Set the interpolation property: A value indicating how boosting will be
interpolated across document scores; defaults to "Linear".
|
| Modifier and Type | Method and Description |
|---|---|
ScoringProfile |
ScoringProfile.setFunctions(ScoringFunction... functions)
Set the functions property: The collection of functions that influence
the scoring of documents.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.