Skip to content

Commit 7afe342

Browse files
committed
Made sure all article links are relative and valid. Tweaked ToC titles.
1 parent 7ad983f commit 7afe342

5 files changed

+8
-6
lines changed

articles/search/TOC.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,13 @@
179179
href: search-howto-index-csv-blobs.md
180180
- name: Index JSON blobs
181181
href: search-howto-index-json-blobs.md
182-
- name: Field mappings
182+
- name: Schedule indexers
183+
href: search-howto-schedule-indexers.md
184+
- name: Map fields
183185
href: search-indexer-field-mappings.md
184186
- name: Connect to SQL Server VMs
185187
href: search-howto-connecting-azure-sql-iaas-to-azure-search-using-indexers.md
186-
- name: Troubleshooting common issues
188+
- name: Troubleshoot common issues
187189
href: search-indexer-troubleshooting.md
188190
- name: Enrich with AI
189191
items:

articles/search/search-howto-connecting-azure-sql-database-to-azure-search-using-indexers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ You can also arrange the indexer to run periodically on a schedule. To do this,
154154
155155
The **interval** parameter is required. The interval refers to the time between the start of two consecutive indexer executions. The smallest allowed interval is 5 minutes; the longest is one day. It must be formatted as an XSD "dayTimeDuration" value (a restricted subset of an [ISO 8601 duration](https://www.w3.org/TR/xmlschema11-2/#dayTimeDuration) value). The pattern for this is: `P(nD)(T(nH)(nM))`. Examples: `PT15M` for every 15 minutes, `PT2H` for every 2 hours.
156156
157-
For more information about defining indexer schedules see [How to schedule indexers for Azure Search](https://docs.microsoft.com/en-us/azure/search/search-howto-schedule-indexer).
157+
For more information about defining indexer schedules see [How to schedule indexers for Azure Search](search-howto-schedule-indexers.md).
158158
159159
<a name="CaptureChangedRows"></a>
160160

articles/search/search-howto-index-cosmosdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ This indexer runs every two hours (schedule interval is set to "PT2H"). To run a
279279

280280
For more details on the Create Indexer API, check out [Create Indexer](https://docs.microsoft.com/rest/api/searchservice/create-indexer).
281281

282-
For more information about defining indexer schedules see [How to schedule indexers for Azure Search](https://docs.microsoft.com/en-us/azure/search/search-howto-schedule-indexer).
282+
For more information about defining indexer schedules see [How to schedule indexers for Azure Search](search-howto-schedule-indexers.md).
283283

284284
## Use .NET
285285

articles/search/search-howto-indexing-azure-blob-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ This indexer will run every two hours (schedule interval is set to "PT2H"). To r
116116

117117
For more details on the Create Indexer API, check out [Create Indexer](https://docs.microsoft.com/rest/api/searchservice/create-indexer).
118118

119-
For more information about defining indexer schedules see [How to schedule indexers for Azure Search](https://docs.microsoft.com/en-us/azure/search/search-howto-schedule-indexer).
119+
For more information about defining indexer schedules see [How to schedule indexers for Azure Search](search-howto-schedule-indexers.md).
120120

121121
## How Azure Search indexes blobs
122122

articles/search/search-howto-indexing-azure-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This indexer runs every two hours. (The schedule interval is set to "PT2H".) To
111111

112112
For more information on the Create Indexer API, see [Create Indexer](https://docs.microsoft.com/rest/api/searchservice/create-indexer).
113113

114-
For more information about defining indexer schedules see [How to schedule indexers for Azure Search](search-howto-schedule-indexer.md).
114+
For more information about defining indexer schedules see [How to schedule indexers for Azure Search](search-howto-schedule-indexers.md).
115115

116116
## Deal with different field names
117117
Sometimes, the field names in your existing index are different from the property names in your table. You can use field mappings to map the property names from the table to the field names in your search index. To learn more about field mappings, see [Azure Search indexer field mappings bridge the differences between datasources and search indexes](search-indexer-field-mappings.md).

0 commit comments

Comments
 (0)