Skip to content

Commit 228ca28

Browse files
authored
Merge pull request #279105 from HeidiSteen/heidist-june24
[azure search] TOC edits
2 parents d1bef06 + 6fd6898 commit 228ca28

File tree

5 files changed

+29
-228
lines changed

5 files changed

+29
-228
lines changed

articles/search/.openpublishing.redirection.search.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/search/search-security-trimming-for-azure-search-with-aad.md",
5+
"redirect_url": "/previous-versions/azure/search/search-security-trimming-for-azure-search-with-aad",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path_from_root": "/articles/search/search-synonyms-tutorial-sdk.md",
510
"redirect_url": "https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/search/Azure.Search.Documents/samples/Sample02_Service.md#create-a-synonym-map",

articles/search/TOC.yml

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@
167167
items:
168168
- name: Semantic ranking
169169
href: semantic-search-overview.md
170-
- name: Keyword queries (BM25 ranking)
170+
- name: BM25 ranking
171171
href: index-similarity-and-scoring.md
172-
- name: Vector queries
172+
- name: Vector ranking
173173
href: vector-search-ranking.md
174-
- name: Hybrid queries (RRF)
174+
- name: Hybrid ranking (RRF)
175175
href: hybrid-search-ranking.md
176176
- name: Security
177177
items:
@@ -354,8 +354,6 @@
354354
items:
355355
- name: Full text query
356356
href: search-query-create.md
357-
- name: Semantic query
358-
href: semantic-how-to-query-request.md
359357
- name: Typeahead query
360358
href: search-add-autocomplete-suggestions.md
361359
- name: Query examples (simple syntax)
@@ -398,16 +396,6 @@
398396
href: search-pagination-page-layout.md
399397
- name: Return a semantic answer
400398
href: semantic-answers.md
401-
- name: Relevance
402-
items:
403-
- name: Enable or disable semantic ranking
404-
href: semantic-how-to-enable-disable.md
405-
- name: Configure semantic ranking
406-
href: semantic-how-to-configure.md
407-
- name: Configure BM25 ranking
408-
href: index-ranking-similarity.md
409-
- name: Add a scoring profile
410-
href: index-add-scoring-profiles.md
411399
- name: Advanced queries
412400
items:
413401
- name: Use full Lucene (examples)
@@ -418,6 +406,18 @@
418406
href: search-query-fuzzy.md
419407
- name: Hybrid search
420408
href: hybrid-search-how-to-query.md
409+
- name: Ranking and relevance
410+
items:
411+
- name: Enable or disable semantic ranking
412+
href: semantic-how-to-enable-disable.md
413+
- name: Configure semantic ranking
414+
href: semantic-how-to-configure.md
415+
- name: Configure BM25 ranking
416+
href: index-ranking-similarity.md
417+
- name: Add semantic ranking to queries
418+
href: semantic-how-to-query-request.md
419+
- name: Add a scoring profile
420+
href: index-add-scoring-profiles.md
421421
- name: Security
422422
items:
423423
- name: Enable role-based access control
@@ -465,11 +465,7 @@
465465
- name: Find encrypted objects
466466
href: search-security-get-encryption-keys.md
467467
- name: Document-level security
468-
items:
469-
- name: Security filters
470-
href: search-security-trimming-for-azure-search.md
471-
- name: Security filters with Microsoft Entra ID
472-
href: search-security-trimming-for-azure-search-with-aad.md
468+
href: search-security-trimming-for-azure-search.md
473469
- name: Development
474470
items:
475471
- name: API versions

articles/search/search-api-migration.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Upgrade REST API versions
33
titleSuffix: Azure AI Search
4-
description: Review differences in API versions and learn the steps for migrating code to the newer versions.
4+
description: Review differences in API versions and learn about the REST API lifecycle and the steps for migrating code to the newer versions.
55

66
manager: nitinme
77
author: bevloh
@@ -11,7 +11,7 @@ ms.custom:
1111
- ignite-2023
1212
- build-2024
1313
ms.topic: conceptual
14-
ms.date: 06/03/2024
14+
ms.date: 06/24/2024
1515
---
1616

1717
# Upgrade to the latest REST API in Azure AI Search
@@ -26,7 +26,7 @@ Upgrade instructions focus on code changes that get you through breaking changes
2626

2727
We recommend upgrading API versions in succession, working through each version until you get to the newest one.
2828

29-
`2023-07-01-preview` was the first REST API for vector support. It's now deprecated and you should migrate to either stable or newer preview REST APIs immediately.
29+
`2023-07-01-preview` was the first REST API for vector support. *Do not use this API version*. It's now deprecated and you should migrate to either stable or newer preview REST APIs immediately.
3030

3131
> [!NOTE]
3232
> REST API reference docs are now versioned. For version-specific content, open a reference page and then use the selector located to the right, above the table of contents, to pick your version.
@@ -89,7 +89,9 @@ If you're upgrading from the previous version, the next section has the steps.
8989

9090
## Upgrade from 2023-07-01-preview
9191

92-
`2023-07-01-preview` is now deprecated, so you shouldn't upgrade *to* this version under any circumstances. This section explains the migration path from `2023-07-01-preview` to any newer API version. There are multiple breaking changes from `2023-07-01-preview` to any newer version.
92+
Do not use this API version. It implements a vector query syntax that's incompatible with any newer API version.
93+
94+
`2023-07-01-preview` is now deprecated, so you shouldn't base new code on this version, nor should you upgrade *to* this version under any circumstances. This section explains the migration path from `2023-07-01-preview` to any newer API version.
9395

9496
### Portal upgrade for vector indexes
9597

articles/search/search-security-trimming-for-azure-search-with-aad.md

Lines changed: 0 additions & 202 deletions
This file was deleted.

articles/search/semantic-how-to-query-request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Query with semantic ranking
2+
title: Add semantic ranking
33
titleSuffix: Azure AI Search
44
description: Set a semantic query type to attach the deep learning models of semantic ranking.
55

@@ -13,7 +13,7 @@ ms.topic: how-to
1313
ms.date: 06/13/2024
1414
---
1515

16-
# Create a semantic query in Azure AI Search
16+
# Add semantic ranking to queries in Azure AI Search
1717

1818
This article explains how to invoke the semantic ranker on queries. You can apply semantic ranking to text queries, hybrid queries, and vector queries if your search documents contain string fields and the [vector query has a text representation](vector-search-how-to-query.md#query-with-integrated-vectorization-preview).
1919

0 commit comments

Comments
 (0)