Skip to content

Commit 4208049

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-ai-docs-pr #449326
Updated line number 95 From @search.rerankerSocre To @search.rerankerScore
1 parent 5b34d88 commit 4208049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/semantic-how-to-enable-scoring-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ POST https://{service-name}.search.windows.com/indexes/{index-name}/docs/search?
9292
}
9393
```
9494

95-
The response includes the new `rerankerBoostedScore`, alongside the L1 `@search.score` and the L2 `@search.rerankerSocre`. Results are ordered by `@search.rerankerBoostedScore`.
95+
The response includes the new `rerankerBoostedScore`, alongside the L1 `@search.score` and the L2 `@search.rerankerScore`. Results are ordered by `@search.rerankerBoostedScore`.
9696

9797
```json
9898
{

0 commit comments

Comments
 (0)