Skip to content

Commit 7a3a1fe

Browse files
committed
Next steps have 2 sections, load index and extend index
1 parent f873890 commit 7a3a1fe

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

articles/search/search-how-to-create-search-index.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,18 @@ To minimize churn in the design process, the following table describes which ele
283283

284284
## Next steps
285285

286-
Use the following links to become familiar with loading an index with data, or extending an index with a synonyms map.
286+
Use the following links to learn about specialized features that can be added to an index:
287+
288+
+ [Add vector fields and vector profiles](vector-search-how-to-create-index.md)
289+
+ [Add scoring profiles](index-add-scoring-profiles.md)
290+
+ [Add semantic ranking](semantic-how-to-configure.md)
291+
+ [Add suggesters](index-add-suggesters.md)
292+
+ [Add synonym maps](search-synonyms.md)
293+
+ [Add analyzers](search-analyzers.md)
294+
+ [Add encryption](search-security-manage-encryption-keys.md)
295+
296+
Use these links for loading or updating an index:
287297

288298
+ [Data import overview](search-what-is-data-import.md)
289-
+ [Add vector fields](vector-search-how-to-create-index.md)
290299
+ [Load documents](search-how-to-load-search-index.md)
291300
+ [Update or rebuild an index](search-howto-reindex.md)

0 commit comments

Comments
 (0)