Skip to content

Commit 2c74870

Browse files
committed
Concept article placement
1 parent f8c7350 commit 2c74870

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

articles/search/search-relevance-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In a query operation, the relevance of any given result is measured by a ranking
1717

1818
Ranking occurs whenever the query request includes full text or vector queries. It doesn't occur if the query invokes strict pattern matching, such as a filter-only query or a specialized query form like autocomplete, suggestions, geospatial search, fuzzy search, or regular expression search. A uniform search score of 1.0 indicates the absence of a ranking algorithm.
1919

20-
In Azure AI Search, ***relevance tuning*** is primarily centered on textual content, applying scoring profiles or semantic ranking to enhance the quality of results. For vectors, you can experiment between Hierarchical Navigable Small World (HNSW) and exhaustive K-nearest neighbors (KNN) to see if one algorithm outperforms the other for your scenario. HNSW graphing with an exhaustive KNN override at query time is the most flexible approach for testing. You can also experiment with various embedding models to see which ones produce higher quality results.
20+
***Relevance tuning*** is primarily centered on textual content, applying scoring profiles or semantic ranking to enhance the quality of results. For vectors, you can experiment between Hierarchical Navigable Small World (HNSW) and exhaustive K-nearest neighbors (KNN) to see if one algorithm outperforms the other for your scenario. HNSW graphing with an exhaustive KNN override at query time is the most flexible approach for testing. You can also experiment with various embedding models to see which ones produce higher quality results.
2121

2222
## Levels of ranking
2323

articles/search/search-what-is-an-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 06/20/2025
1616

1717
# Search indexes in Azure AI Search
1818

19-
In Azure AI Search, a *search index* is your searchable content, available to the search engine for indexing, full-text search, vector search, hybrid search, and filtered queries. An index is defined by a schema and saved to the search service, with data import following as a second step. This content exists within your search service, apart from your primary data stores, which is necessary for the millisecond response times expected in modern search applications. Except for indexer-driven indexing scenarios, the search service never connects to or queries your source data.
19+
In Azure AI Search, a *search index* is your searchable content, available to the search engine for indexing, agentic search, full-text search, vector search, hybrid search, and filtered queries. An index is defined by a schema and saved to the search service, with data ingestion following as a second step. Indexed content exists within your search service, apart from your primary external data stores, which is necessary for the millisecond response times expected in modern search applications. Except for indexer-driven indexing scenarios, the search service never connects to or queries your external source data.
2020

2121
This article covers the key concepts for creating and managing a search index, including:
2222

articles/search/toc.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,22 @@ items:
1818
items:
1919
- name: Data
2020
items:
21+
- name: Data import strategies
22+
href: search-what-is-data-import.md
2123
- name: Search index
2224
href: search-what-is-an-index.md
2325
- name: Vector index
2426
href: vector-store.md
2527
- name: Knowledge store
2628
href: knowledge-store-concept-intro.md
27-
- name: Data import strategies
28-
href: search-what-is-data-import.md
2929
- name: Indexers
3030
href: search-indexer-overview.md
3131
- name: Applied AI
3232
items:
33-
- name: Multimodal search
34-
href: multimodal-search-overview.md
35-
- name: Built-in vectorization
36-
href: vector-search-integrated-vectorization.md
3733
- name: AI enrichment during indexing
3834
href: cognitive-search-concept-intro.md
39-
- name: Enrichment cache
40-
href: cognitive-search-incremental-indexing-conceptual.md
41-
- name: Skillsets
42-
href: cognitive-search-working-with-skillsets.md
35+
- name: Built-in vectorization
36+
href: vector-search-integrated-vectorization.md
4337
- name: Retrieval
4438
items:
4539
- name: Agentic search
@@ -50,6 +44,8 @@ items:
5044
href: vector-search-overview.md
5145
- name: Hybrid search
5246
href: hybrid-search-overview.md
47+
- name: Multimodal search
48+
href: multimodal-search-overview.md
5349
- name: Retrieval Augmented Generation (RAG)
5450
href: retrieval-augmented-generation-overview.md
5551
- name: Other query types
@@ -348,6 +344,8 @@ items:
348344
href: search-howto-index-sharepoint-online.md
349345
- name: Skillsets (indexers)
350346
items:
347+
- name: Skillsets overview
348+
href: cognitive-search-working-with-skillsets.md
351349
- name: Create a skillset
352350
href: cognitive-search-defining-skillset.md
353351
- name: Attach an Azure AI resource
@@ -364,6 +362,8 @@ items:
364362
href: cognitive-search-output-field-mapping.md
365363
- name: Process image files
366364
href: cognitive-search-concept-image-scenarios.md
365+
- name: Enrichment cache
366+
href: cognitive-search-incremental-indexing-conceptual.md
367367
- name: Cache (incremental) enrichment
368368
href: search-howto-incremental-index.md
369369
- name: Design tips

0 commit comments

Comments
 (0)