@@ -8,7 +8,7 @@ author: HeidiSteen
8
8
ms.author : heidist
9
9
ms.service : cognitive-search
10
10
ms.topic : conceptual
11
- ms.date : 10/ 03/2022
11
+ ms.date : 03/28/2023
12
12
13
13
---
14
14
@@ -36,10 +36,10 @@ Use a search client that supports preview APIs on the query request. For REST, y
36
36
| Client library | Versions |
37
37
| ----------| ----------|
38
38
| REST API | [ 2021-04-30-Preview] ( /rest/api/searchservice/index-preview ) or 2020-06-30-Preview |
39
- | Azure SDK for .NET | [ version 11.3 .0-beta.2] ( https://www.nuget.org/packages/Azure.Search.Documents/11.3 .0-beta.2 ) |
40
- | Azure SDK for Java | [ version 11.4 .0-beta.2 ] ( https://search .maven.org/artifact /com. azure/azure-search-documents/11.4 .0-beta.2/ jar ) |
41
- | Azure SDK for JavaScript | [ version 11.2 .0-beta.2 ] ( https://www.npmjs.com/package/@azure/search-documents/v/11.2 .0-beta.2 ) |
42
- | Azure SDK for Python | [ version 11.2 .0b3] ( https://pypi.org/project/azure-search-documents/11.2 .0b3/ ) |
39
+ | Azure SDK for .NET | [ version 11.5 .0-beta.2] ( https://www.nuget.org/packages/Azure.Search.Documents/11.5 .0-beta.2 ) |
40
+ | Azure SDK for Java | [ version 11.6 .0-beta.5 ] ( https://repo1 .maven.org/maven2 /com/ azure/azure-search-documents/11.6 .0-beta.5/azure-search-documents-11.6.0-beta.5. jar )
41
+ | Azure SDK for JavaScript | [ version 11.3 .0-beta.8 ] ( https://www.npmjs.com/package/@azure/search-documents/v/11.3 .0-beta.8 ) |
42
+ | Azure SDK for Python | [ version 11.4 .0b3] ( https://pypi.org/project/azure-search-documents/11.4 .0b3/ ) |
43
43
44
44
## Spell correction with simple search
45
45
@@ -136,4 +136,4 @@ While content in a search index can be composed in multiple languages, the query
136
136
+ [ Create a basic query] ( search-query-create.md )
137
137
+ [ Use full Lucene query syntax] ( query-Lucene-syntax.md )
138
138
+ [ Use simple query syntax] ( query-simple-syntax.md )
139
- + [ Semantic search overview] ( semantic-search-overview.md )
139
+ + [ Semantic search overview] ( semantic-search-overview.md )
0 commit comments