@@ -259,125 +259,7 @@ items:
259259 href : search-how-to-alias.md
260260 - name : Import large data sets
261261 href : search-how-to-large-index.md
262- - name : Logic Apps workflows
263- items :
264- - name : Create a workflow
265- href : search-how-to-index-logic-apps-indexers.md
266- - name : Indexers
267- items :
268- - name : Create an indexer
269- href : search-howto-create-indexers.md
270- - name : Run or reset indexers
271- href : search-howto-run-reset-indexers.md
272- - name : Schedule an indexer
273- href : search-howto-schedule-indexers.md
274- - name : Define field mappings
275- href : search-indexer-field-mappings.md
276- - name : Indexing whole files
277- items :
278- - name : Content metadata properties
279- href : search-blob-metadata-properties.md
280- - name : Index one-to-many
281- href : search-howto-index-one-to-many-blobs.md
282- - name : Index plain text
283- href : search-howto-index-plaintext-blobs.md
284- - name : Index CSV
285- href : search-how-to-index-csv-blobs.md
286- - name : Index JSON
287- href : search-howto-index-json-blobs.md
288- - name : Index Markdown
289- href : search-how-to-index-markdown-blobs.md
290- - name : Troubleshooting guidance
291- href : search-indexer-troubleshooting.md
292- - name : Troubleshoot indexer errors and warnings
293- href : cognitive-search-common-errors-warnings.md
294- - name : Data sources (indexers)
295- items :
296- - name : Data sources gallery
297- href : search-data-sources-gallery.md
298- - name : Azure Storage
299- items :
300- - name : Search over blobs
301- href : search-blob-storage-integration.md
302- - name : ADLS Gen2
303- href : search-howto-index-azure-data-lake-storage.md
304- - name : Blobs
305- href : search-howto-indexing-azure-blob-storage.md
306- - name : Files
307- href : search-file-storage-integration.md
308- - name : Tables
309- href : search-howto-indexing-azure-tables.md
310- - name : Index changed and deleted content
311- href : search-howto-index-changed-deleted-blobs.md
312- - name : Azure Cosmos DB
313- items :
314- - name : Azure Cosmos DB for NoSQL
315- href : search-howto-index-cosmosdb.md
316- - name : Azure Cosmos DB for MongoDB
317- href : search-howto-index-cosmosdb-mongodb.md
318- - name : Azure Cosmos DB for Apache Gremlin
319- href : search-howto-index-cosmosdb-gremlin.md
320- - name : Azure DB for MySQL
321- href : search-howto-index-mysql.md
322- - name : Azure SQL
323- items :
324- - name : Azure SQL Databases
325- href : search-how-to-index-sql-database.md
326- - name : Azure SQL Managed Instances
327- href : search-how-to-index-sql-managed-instance.md
328- - name : Azure SQL Server VMs
329- href : search-how-to-index-sql-server.md
330- - name : OneLake files
331- href : search-how-to-index-onelake-files.md
332- - name : SharePoint Online
333- href : search-howto-index-sharepoint-online.md
334- - name : Skillsets (indexers)
335- items :
336- - name : Create a skillset
337- href : cognitive-search-defining-skillset.md
338- - name : Attach an Azure AI resource
339- href : cognitive-search-attach-cognitive-services.md
340- - name : Define an index projection
341- href : search-how-to-define-index-projections.md
342- - name : Debug sessions overview
343- href : cognitive-search-debug-session.md
344- - name : Debug a skillset
345- href : cognitive-search-how-to-debug-skillset.md
346- - name : Reference a skill output
347- href : cognitive-search-concept-annotations-syntax.md
348- - name : Map to index fields
349- href : cognitive-search-output-field-mapping.md
350- - name : Process image files
351- href : cognitive-search-concept-image-scenarios.md
352- - name : Cache (incremental) enrichment
353- href : search-howto-incremental-index.md
354- - name : Design tips
355- href : cognitive-search-concept-troubleshooting.md
356- - name : Best practices - GenAI Prompt skill
357- href : responsible-ai-best-practices-genai-prompt-skill.md
358- - name : GenAI Prompt Skill - Example Usage Guide
359- href : chat-completion-skill-example-usage.md
360- - name : Custom skills
361- items :
362- - name : Integrate custom skills
363- href : cognitive-search-custom-skill-interface.md
364- - name : Scale out custom skills
365- href : cognitive-search-custom-skill-scale.md
366- - name : Example - Bing Entity Search
367- href : cognitive-search-create-custom-skill-example.md
368- - name : Retrieval
369- items :
370- - name : Agentic retrieval
371- items :
372- - name : Design an index for agentic retrieval
373- href : search-agentic-retrieval-how-to-index.md
374- - name : Create a knowledge agent
375- href : search-agentic-retrieval-how-to-create.md
376- - name : Retrieve data using a knowledge agent
377- href : search-agentic-retrieval-how-to-retrieve.md
378- - name : Build a retrieval pipeline
379- href : search-agentic-retrieval-how-to-pipeline.md
380- - name : Vector search
262+ - name : Vector indexing
381263 items :
382264 - name : Create a vector index
383265 href : vector-search-how-to-create-index.md
@@ -407,6 +289,148 @@ items:
407289 href : vector-search-how-to-storage-options.md
408290 - name : Truncate dimensions
409291 href : vector-search-how-to-truncate-dimensions.md
292+ - name : Text indexing
293+ items :
294+ - name : Add synonyms
295+ href : search-synonyms.md
296+ - name : Add a suggester for typeahead
297+ href : index-add-suggesters.md
298+ - name : Design a multilingual index
299+ href : search-language-support.md
300+ - name : Model complex data types
301+ href : search-howto-complex-data-types.md
302+ - name : Model relational data
303+ href : index-sql-relational-data.md
304+ - name : Analyzers
305+ items :
306+ - name : Analyzers overview
307+ href : search-analyzers.md
308+ - name : Add a language analyzer
309+ href : index-add-language-analyzers.md
310+ - name : Add a custom analyzer
311+ href : index-add-custom-analyzers.md
312+ - name : Indexing and enrichment pipelines
313+ items :
314+ - name : Logic Apps workflows
315+ items :
316+ - name : Create a workflow
317+ href : search-how-to-index-logic-apps-indexers.md
318+ - name : Indexers
319+ items :
320+ - name : Create an indexer
321+ href : search-howto-create-indexers.md
322+ - name : Run or reset indexers
323+ href : search-howto-run-reset-indexers.md
324+ - name : Schedule an indexer
325+ href : search-howto-schedule-indexers.md
326+ - name : Define field mappings
327+ href : search-indexer-field-mappings.md
328+ - name : Indexing whole files
329+ items :
330+ - name : Content metadata properties
331+ href : search-blob-metadata-properties.md
332+ - name : Index one-to-many
333+ href : search-howto-index-one-to-many-blobs.md
334+ - name : Index plain text
335+ href : search-howto-index-plaintext-blobs.md
336+ - name : Index CSV
337+ href : search-how-to-index-csv-blobs.md
338+ - name : Index JSON
339+ href : search-howto-index-json-blobs.md
340+ - name : Index Markdown
341+ href : search-how-to-index-markdown-blobs.md
342+ - name : Troubleshooting guidance
343+ href : search-indexer-troubleshooting.md
344+ - name : Troubleshoot indexer errors and warnings
345+ href : cognitive-search-common-errors-warnings.md
346+ - name : Data sources (indexers)
347+ items :
348+ - name : Data sources gallery
349+ href : search-data-sources-gallery.md
350+ - name : Azure Storage
351+ items :
352+ - name : Search over blobs
353+ href : search-blob-storage-integration.md
354+ - name : ADLS Gen2
355+ href : search-howto-index-azure-data-lake-storage.md
356+ - name : Blobs
357+ href : search-howto-indexing-azure-blob-storage.md
358+ - name : Files
359+ href : search-file-storage-integration.md
360+ - name : Tables
361+ href : search-howto-indexing-azure-tables.md
362+ - name : Index changed and deleted content
363+ href : search-howto-index-changed-deleted-blobs.md
364+ - name : Azure Cosmos DB
365+ items :
366+ - name : Azure Cosmos DB for NoSQL
367+ href : search-howto-index-cosmosdb.md
368+ - name : Azure Cosmos DB for MongoDB
369+ href : search-howto-index-cosmosdb-mongodb.md
370+ - name : Azure Cosmos DB for Apache Gremlin
371+ href : search-howto-index-cosmosdb-gremlin.md
372+ - name : Azure DB for MySQL
373+ href : search-howto-index-mysql.md
374+ - name : Azure SQL
375+ items :
376+ - name : Azure SQL Databases
377+ href : search-how-to-index-sql-database.md
378+ - name : Azure SQL Managed Instances
379+ href : search-how-to-index-sql-managed-instance.md
380+ - name : Azure SQL Server VMs
381+ href : search-how-to-index-sql-server.md
382+ - name : OneLake files
383+ href : search-how-to-index-onelake-files.md
384+ - name : SharePoint Online
385+ href : search-howto-index-sharepoint-online.md
386+ - name : Skillsets (indexers)
387+ items :
388+ - name : Create a skillset
389+ href : cognitive-search-defining-skillset.md
390+ - name : Attach an Azure AI resource
391+ href : cognitive-search-attach-cognitive-services.md
392+ - name : Define an index projection
393+ href : search-how-to-define-index-projections.md
394+ - name : Debug sessions overview
395+ href : cognitive-search-debug-session.md
396+ - name : Debug a skillset
397+ href : cognitive-search-how-to-debug-skillset.md
398+ - name : Reference a skill output
399+ href : cognitive-search-concept-annotations-syntax.md
400+ - name : Map to index fields
401+ href : cognitive-search-output-field-mapping.md
402+ - name : Process image files
403+ href : cognitive-search-concept-image-scenarios.md
404+ - name : Cache (incremental) enrichment
405+ href : search-howto-incremental-index.md
406+ - name : Design tips
407+ href : cognitive-search-concept-troubleshooting.md
408+ - name : Best practices - GenAI Prompt skill
409+ href : responsible-ai-best-practices-genai-prompt-skill.md
410+ - name : GenAI Prompt Skill - Example Usage Guide
411+ href : chat-completion-skill-example-usage.md
412+ - name : Custom skills
413+ items :
414+ - name : Integrate custom skills
415+ href : cognitive-search-custom-skill-interface.md
416+ - name : Scale out custom skills
417+ href : cognitive-search-custom-skill-scale.md
418+ - name : Example - Bing Entity Search
419+ href : cognitive-search-create-custom-skill-example.md
420+ - name : Retrieval
421+ items :
422+ - name : Agentic retrieval
423+ items :
424+ - name : Design an index for agentic retrieval
425+ href : search-agentic-retrieval-how-to-index.md
426+ - name : Create a knowledge agent
427+ href : search-agentic-retrieval-how-to-create.md
428+ - name : Retrieve data using a knowledge agent
429+ href : search-agentic-retrieval-how-to-retrieve.md
430+ - name : Build a retrieval pipeline
431+ href : search-agentic-retrieval-how-to-pipeline.md
432+ - name : Vector search
433+ items :
410434 - name : Query vectors
411435 href : vector-search-how-to-query.md
412436 - name : Use multi-vector fields
@@ -427,24 +451,6 @@ items:
427451 href : search-query-simple-examples.md
428452 - name : Add spell check
429453 href : speller-how-to-add.md
430- - name : Add synonyms
431- href : search-synonyms.md
432- - name : Add a suggester for typeahead
433- href : index-add-suggesters.md
434- - name : Design a multilingual index
435- href : search-language-support.md
436- - name : Model complex data types
437- href : search-howto-complex-data-types.md
438- - name : Model relational data
439- href : index-sql-relational-data.md
440- - name : Analyzers
441- items :
442- - name : Analyzers overview
443- href : search-analyzers.md
444- - name : Add a language analyzer
445- href : index-add-language-analyzers.md
446- - name : Add a custom analyzer
447- href : index-add-custom-analyzers.md
448454 - name : Filters and facets
449455 items :
450456 - name : Filters in text queries
0 commit comments