Skip to content

Commit 76b5851

Browse files
authored
Merge pull request #115669 from HeidiSteen/heidist-bugfix
[azure search] What's New entries for scoringStatistics
2 parents 5ca0ddc + 1524778 commit 76b5851

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/search/whats-new.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ Learn what's new in the service. Bookmark this page to keep up to date with the
1818

1919
### May 2020 (Microsoft Build)
2020

21-
+ Debug sessions feature is now in preview. [Sign up to request access](https://aka.ms/DebugSessions). Debug sessions provides a portal-based interface to investigate and resolve issues with a skillset. Fixes created in the debug session can be saved to production skillsets or downloaded for import to your source-controlled project.
21+
+ [Debug sessions](cognitive-search-debug-session.md) feature is now in preview. [Sign up to request access](https://aka.ms/DebugSessions). Debug sessions provides a portal-based interface to investigate and resolve issues with a skillset. Fixes created in the debug session can be saved to production skillsets or downloaded for import to your source-controlled project. Get started with [this tutorial](cognitive-search-tutorial-debug-sessions.md).
2222

23-
+ Security enhancements include the ability to [set up a private search endpoint (preview)](service-create-private-endpoint.md) that is inaccessible on the public internet. You can also [configure IP rules for inbound firewall support (preview)](service-configure-firewall.md).
23+
+ Security enhancements include the ability to [set up a private search endpoint (preview)](service-create-private-endpoint.md) that is inaccessible on the public internet. You can also [configure IP rules for in-bound firewall support (preview)](service-configure-firewall.md).
24+
25+
+ Use a [system-managed identity (preview)](search-howto-managed-identities-data-sources.md) for read-only access to external Azure data sources during indexing.
26+
27+
+ Change the basis for how search scores are computed, from per-shard to all-shards, using the [scoringStatistics=global query parameter](index-similarity-and-scoring.md#scoring-statistics).
2428

2529
### March 2020
2630

0 commit comments

Comments
 (0)