Skip to content

Commit 058a902

Browse files
authored
Merge pull request #115694 from HeidiSteen/heidist-bugfix
[azure search] WN updates from Mark, Terry
2 parents c6a7971 + 69db1c5 commit 058a902

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/search/index-similarity-and-scoring.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ You can customize the way different fields are ranked by defining a custom *scor
3131

3232
A scoring profile is part of the index definition, composed of weighted fields, functions, and parameters. For more information about defining one, see [Scoring Profiles](index-add-scoring-profiles.md).
3333

34+
<a name="scoring-statistics"></a>
35+
3436
## Scoring statistics and sticky sessions (preview)
3537

3638
For scalability, Azure Cognitive Search distributes each index horizontally through a sharding process, which means that portions of an index are physically separate.

articles/search/whats-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ 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](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).
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. Get started with [this tutorial](cognitive-search-tutorial-debug-sessions.md).
2222

2323
+ 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).
2424

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.
25+
+ Use a [system-managed identity (preview)](search-howto-managed-identities-data-sources.md) to set up a connection to an Azure data source for indexing. Applies to [indexers](search-indexer-overview.md) that ingest content from Azure data sources such as Azure SQL Database, Azure Cosmos DB, and Azure Storage.
2626

2727
+ 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).
2828

0 commit comments

Comments
 (0)