Skip to content

Commit abbb225

Browse files
committed
edits
1 parent cc9b8d8 commit abbb225

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/search/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@
221221
href: /rest/api/searchservice
222222
- name: REST (Management)
223223
href: /rest/api/searchmanagement
224-
- name: REST (Preview - cognitive search)
224+
- name: REST (Preview)
225225
href: search-api-preview.md
226-
- name: Predefined skills (Preview - cognitive search)
226+
- name: Predefined skills (Preview)
227227
href: cognitive-search-predefined-skills.md
228228
items:
229229
- name: Key Phrase Extraction

articles/search/search-api-preview.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,19 @@ This article describes the `api-version=2017-11-11-Preview` version of Azure Sea
2525

2626
[Cognitive search](cognitive-search-concept-intro.md), a new enrichment capability in Azure Search finds latent information in non-text sources and undifferentiated text, transforming it into full text searchable content in Azure Search.
2727

28-
The following two operations are introduced or modified in the preview REST API. All other REST APIs are the same whether you call the generally available or preview version.
28+
The following reources are introduced or modified in the preview REST API. All other REST APIs are the same whether you call the generally available or preview version.
2929

3030
+ [Create Skillset (api-version=2017-11-11-Preview)](https://docs.microsoft.com/rest/api/searchservice/create-skillset)
3131

3232
+ [Create Indexer (api-version=2017-11-11-Preview)](https://docs.microsoft.com/rest/api/searchservice/create-indexer)
3333

34-
All other REST APIs are the same whether you call the generally available or preview version. For example, `GET https://[service name].search.windows.net/indexes/hotels?api-version=2017-11-11-Preview` and `GET https://[service name].search.windows.net/indexes/hotels?api-version=2017-11-11` (without `Preview`) are functionally equivalent.
34+
+ [Predefined skills](cognitive-search-predefined-skills.md)
35+
36+
All other REST APIs are the same regardless of how you set the api-version. For example, `GET https://[service name].search.windows.net/indexes/hotels?api-version=2017-11-11-Preview` and `GET https://[service name].search.windows.net/indexes/hotels?api-version=2017-11-11` (without `Preview`) are functionally equivalent.
3537

3638
## Other preview features
3739

38-
Features from earlier previews are still in public preview. If you're calling this API with an earlier api-version, you can continue to use that version or switch to `2017-11-11-Preview` with no changes to expected behavior.
40+
Features announced in earlier previews are still in public preview. If you're calling an API with an earlier preview api-version, you can continue to use that version or switch to `2017-11-11-Preview` with no changes to expected behavior.
3941

4042
+ [CSV files in Azure Blob indexing](search-howto-index-csv-blobs.md), introduced in `api-version=2015-02-28-Preview`, remains a preview feature. This feature is part of Azure Blob indexing and is invoked through a parameter setting. Each line in a CSV file is indexed as a separate document.
4143

0 commit comments

Comments
 (0)