Skip to content

Commit 080e784

Browse files
Merge pull request #253556 from HeidiSteen/heidist-docs
address warning from GH secret detection
2 parents f8827d0 + 5feb888 commit 080e784

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/search/hybrid-search-ranking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Here's a simple explanation of the RRF process:
3535

3636
1. The engine ranks documents based on combined scores and sorts them. The resulting list is the fused ranking.
3737

38-
Only fields marked as `searchable` in the index are used for scoring. Only fields marked as `retrievable`, or fields that are specified in `searchFields` in the query, are returned in search results, along with their search score.
38+
Only fields marked as `searchable` in the index, or `searchFields` in the query, are used for scoring. Only fields marked as `retrievable`, or fields specified in `select` in the query, are returned in search results, along with their search score.
3939

4040
### Parallel query execution
4141

articles/search/search-indexer-how-to-access-private-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Although you can call the Management REST API directly, it's easier to use the A
3838
3939
## 1 - Retrieve connection information
4040

41-
Retrieve the FQDN of the managed instance, including the DNS zone. The DNS zone is part of the domain name of the SQL Managed Instance. For example, if the FQDN of the SQL Managed Instance is `my-sql-managed-instance.a1b22c333d44.database.windows.net`, the DNS zone is `a1b22c333d44`.
41+
Retrieve the FQDN of the managed instance, including the DNS zone. The DNS zone is part of the domain name of the SQL Managed Instance. For example, if the FQDN of the SQL Managed Instance is `my-sql-managed-instance.00000000000.database.windows.net`, the DNS zone is `00000000000`.
4242

4343
1. In Azure portal, find the SQL managed instance object.
4444

articles/search/vector-search-ranking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ In the HNSW algorithm, a vector query search operation is executed by navigating
6767

6868
1. Completion: The search completes when the desired number of nearest neighbors have been identified, or when other stopping criteria are met. This desired number of nearest neighbors is governed by the query-time parameter `k`.
6969

70-
Only fields marked as `searchable` in the index are used for scoring. Only fields marked as `retrievable`, or fields that are specified in `searchFields` in the query, are returned in search results, along with their search score.
70+
Only fields marked as `searchable` in the index, or `searchFields` in the query, are used for scoring. Only fields marked as `retrievable`, or fields specified in `select` in the query, are returned in search results, along with their search score.
7171

7272
## Similarity metrics used to measure nearness
7373

0 commit comments

Comments
 (0)