You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/whats-new.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,13 @@ Learn what's new in the service. Bookmark this page to keep up to date with the
18
18
19
19
### May 2020 (Microsoft Build)
20
20
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).
22
22
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).
0 commit comments