Skip to content

Commit 5799f8b

Browse files
authored
Merge pull request #83076 from victorp13/patch-2
Fixed spelling error in index-add-scoring-profiles.md
2 parents b575aeb + fbb0028 commit 5799f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/index-add-scoring-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Use functions when simple relative weights are insufficient or don't apply, as i
201201

202202
| Function | Description |
203203
|-|-|
204-
| "freshness" | Boosts by values in a datetime field (Edm.DataTimeOffset). This function has a `boostingDuration` attribute so that you can specify a value representing a timespan over which boosting occurs. |
204+
| "freshness" | Boosts by values in a datetime field (Edm.DateTimeOffset). This function has a `boostingDuration` attribute so that you can specify a value representing a timespan over which boosting occurs. |
205205
| "magnitude" | Boosts based on how high or low a numeric value is. Scenarios that call for this function include boosting by profit margin, highest price, lowest price, or a count of downloads. This function can only be used with Edm.Double and Edm.Int fields. For the magnitude function, you can reverse the range, high to low, if you want the inverse pattern (for example, to boost lower-priced items more than higher-priced items). Given a range of prices from $100 to $1, you would set "boostingRangeStart" at 100 and "boostingRangeEnd" at 1 to boost the lower-priced items. |
206206
| "distance" | Boosts by proximity or geographic location. This function can only be used with Edm.GeographyPoint fields. |
207207
| "tag" | Boosts by tags that are common to both search documents and query strings. Tags are provided in a `tagsParameter`. This function can only be used with Edm.String and Collection(Edm.String) fields. |

0 commit comments

Comments
 (0)