@azure/search-documents 11.3.1 → 12.0.0-alpha.20230306.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/README.md +19 -41
  2. package/dist/index.js +3887 -997
  3. package/dist/index.js.map +1 -1
  4. package/dist-esm/src/constants.js +1 -1
  5. package/dist-esm/src/constants.js.map +1 -1
  6. package/dist-esm/src/generated/data/index.js +1 -1
  7. package/dist-esm/src/generated/data/index.js.map +1 -1
  8. package/dist-esm/src/generated/data/models/index.js +202 -1
  9. package/dist-esm/src/generated/data/models/index.js.map +1 -1
  10. package/dist-esm/src/generated/data/models/mappers.js +138 -1
  11. package/dist-esm/src/generated/data/models/mappers.js.map +1 -1
  12. package/dist-esm/src/generated/data/models/parameters.js +72 -22
  13. package/dist-esm/src/generated/data/models/parameters.js.map +1 -1
  14. package/dist-esm/src/generated/data/operations/documents.js +32 -76
  15. package/dist-esm/src/generated/data/operations/documents.js.map +1 -1
  16. package/dist-esm/src/generated/data/operationsInterfaces/documents.js +9 -0
  17. package/dist-esm/src/generated/data/operationsInterfaces/documents.js.map +1 -0
  18. package/dist-esm/src/generated/data/operationsInterfaces/index.js +9 -0
  19. package/dist-esm/src/generated/data/operationsInterfaces/index.js.map +1 -0
  20. package/dist-esm/src/generated/data/searchClient.js +33 -5
  21. package/dist-esm/src/generated/data/searchClient.js.map +1 -1
  22. package/dist-esm/src/generated/data/searchClientContext.js +13 -11
  23. package/dist-esm/src/generated/data/searchClientContext.js.map +1 -1
  24. package/dist-esm/src/generated/service/index.js +1 -1
  25. package/dist-esm/src/generated/service/index.js.map +1 -1
  26. package/dist-esm/src/generated/service/models/index.js +1284 -1
  27. package/dist-esm/src/generated/service/models/index.js.map +1 -1
  28. package/dist-esm/src/generated/service/models/mappers.js +741 -16
  29. package/dist-esm/src/generated/service/models/mappers.js.map +1 -1
  30. package/dist-esm/src/generated/service/models/parameters.js +51 -10
  31. package/dist-esm/src/generated/service/models/parameters.js.map +1 -1
  32. package/dist-esm/src/generated/service/operations/aliases.js +160 -0
  33. package/dist-esm/src/generated/service/operations/aliases.js.map +1 -0
  34. package/dist-esm/src/generated/service/operations/dataSources.js +16 -39
  35. package/dist-esm/src/generated/service/operations/dataSources.js.map +1 -1
  36. package/dist-esm/src/generated/service/operations/index.js +1 -0
  37. package/dist-esm/src/generated/service/operations/index.js.map +1 -1
  38. package/dist-esm/src/generated/service/operations/indexers.js +47 -57
  39. package/dist-esm/src/generated/service/operations/indexers.js.map +1 -1
  40. package/dist-esm/src/generated/service/operations/indexes.js +16 -55
  41. package/dist-esm/src/generated/service/operations/indexes.js.map +1 -1
  42. package/dist-esm/src/generated/service/operations/skillsets.js +42 -39
  43. package/dist-esm/src/generated/service/operations/skillsets.js.map +1 -1
  44. package/dist-esm/src/generated/service/operations/synonymMaps.js +12 -38
  45. package/dist-esm/src/generated/service/operations/synonymMaps.js.map +1 -1
  46. package/dist-esm/src/generated/service/operationsInterfaces/aliases.js +9 -0
  47. package/dist-esm/src/generated/service/operationsInterfaces/aliases.js.map +1 -0
  48. package/dist-esm/src/generated/service/operationsInterfaces/dataSources.js +9 -0
  49. package/dist-esm/src/generated/service/operationsInterfaces/dataSources.js.map +1 -0
  50. package/dist-esm/src/generated/service/operationsInterfaces/index.js +14 -0
  51. package/dist-esm/src/generated/service/operationsInterfaces/index.js.map +1 -0
  52. package/dist-esm/src/generated/service/operationsInterfaces/indexers.js +9 -0
  53. package/dist-esm/src/generated/service/operationsInterfaces/indexers.js.map +1 -0
  54. package/dist-esm/src/generated/service/operationsInterfaces/indexes.js +9 -0
  55. package/dist-esm/src/generated/service/operationsInterfaces/indexes.js.map +1 -0
  56. package/dist-esm/src/generated/service/operationsInterfaces/skillsets.js +9 -0
  57. package/dist-esm/src/generated/service/operationsInterfaces/skillsets.js.map +1 -0
  58. package/dist-esm/src/generated/service/operationsInterfaces/synonymMaps.js +9 -0
  59. package/dist-esm/src/generated/service/operationsInterfaces/synonymMaps.js.map +1 -0
  60. package/dist-esm/src/generated/service/searchServiceClient.js +38 -16
  61. package/dist-esm/src/generated/service/searchServiceClient.js.map +1 -1
  62. package/dist-esm/src/generated/service/searchServiceClientContext.js +13 -11
  63. package/dist-esm/src/generated/service/searchServiceClientContext.js.map +1 -1
  64. package/dist-esm/src/geographyPoint.js +1 -1
  65. package/dist-esm/src/geographyPoint.js.map +1 -1
  66. package/dist-esm/src/index.js +4 -2
  67. package/dist-esm/src/index.js.map +1 -1
  68. package/dist-esm/src/indexDocumentsBatch.js +1 -1
  69. package/dist-esm/src/indexDocumentsBatch.js.map +1 -1
  70. package/dist-esm/src/indexModels.js +0 -1
  71. package/dist-esm/src/indexModels.js.map +1 -1
  72. package/dist-esm/src/odataMetadataPolicy.js +7 -15
  73. package/dist-esm/src/odataMetadataPolicy.js.map +1 -1
  74. package/dist-esm/src/searchApiKeyCredentialPolicy.js +8 -21
  75. package/dist-esm/src/searchApiKeyCredentialPolicy.js.map +1 -1
  76. package/dist-esm/src/searchAudience.js.map +1 -1
  77. package/dist-esm/src/searchClient.js +200 -70
  78. package/dist-esm/src/searchClient.js.map +1 -1
  79. package/dist-esm/src/searchIndexClient.js +240 -74
  80. package/dist-esm/src/searchIndexClient.js.map +1 -1
  81. package/dist-esm/src/searchIndexerClient.js +143 -86
  82. package/dist-esm/src/searchIndexerClient.js.map +1 -1
  83. package/dist-esm/src/searchIndexingBufferedSender.js +16 -17
  84. package/dist-esm/src/searchIndexingBufferedSender.js.map +1 -1
  85. package/dist-esm/src/serialization.js +5 -5
  86. package/dist-esm/src/serialization.js.map +1 -1
  87. package/dist-esm/src/serviceModels.js.map +1 -1
  88. package/dist-esm/src/serviceUtils.js +68 -31
  89. package/dist-esm/src/serviceUtils.js.map +1 -1
  90. package/dist-esm/src/synonymMapHelper.js +6 -2
  91. package/dist-esm/src/synonymMapHelper.js.map +1 -1
  92. package/dist-esm/src/tracing.js +6 -5
  93. package/dist-esm/src/tracing.js.map +1 -1
  94. package/package.json +48 -49
  95. package/types/search-documents.d.ts +1935 -235
  96. package/CHANGELOG.md +0 -233
package/CHANGELOG.md DELETED
@@ -1,233 +0,0 @@
1
- # Release History
2
-
3
- ## 11.3.1 (2022-11-18)
4
-
5
- ### Bugs Fixed
6
-
7
- - Addressed an issue where `similarity` settings on indexes wouldn't populate correctly. See [#23811](https://github.com/Azure/azure-sdk-for-js/issues/23811)
8
-
9
- ## 11.3.0 (2022-09-06)
10
-
11
- ### Features Added
12
-
13
- - Enabled national cloud support for Azure Search SDK. Please refer [#22887](https://github.com/Azure/azure-sdk-for-js/pull/22887) for further details.
14
- - Support for TokenCredential has been added. With this addition, the Search SDK supports authentication via AAD.
15
-
16
- ### Bugs Fixed
17
-
18
- - Converted the complex fields correctly within the Search Fields. Please refer [#16489](https://github.com/Azure/azure-sdk-for-js/issues/16489) for more details.
19
- - Fixed the typos `anayzerName` to `analyzerName` in `convertFieldsToPublic` method of `serviceUtils.ts`.
20
- - Fixed the issue with the presence of recursive structure while uploading documents. Please refer [#15656](https://github.com/Azure/azure-sdk-for-js/issues/15656) for further details.
21
-
22
- ### Note
23
-
24
- - This GA release includes AAD with multi-cloud support and all the bug fixes since the last [11.2.0](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/search/search-documents/CHANGELOG.md#1120-2021-06-08) GA release. Other preview features and breaking changes from the [11.3.0-beta.1](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/search/search-documents/CHANGELOG.md#1130-beta1-2021-07-07) to [11.3.0-beta.8](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/search/search-documents/CHANGELOG.md#1130-beta8-unreleased) releases are not included in this GA release.
25
-
26
- ## 11.3.0-beta.8 (2022-09-06)
27
-
28
- - Added `core-http-compat` dependency
29
- - Enabled national cloud support for Azure Search SDK. Please refer [#22887](https://github.com/Azure/azure-sdk-for-js/pull/22887) for further details.
30
-
31
- ## 11.3.0-beta.7 (2022-03-08)
32
-
33
- ### Features Added
34
-
35
- - Added new APIs `createAlias`, `createOrUpdateAlias`, `deleteAlias`, `getAlias` & `listAliases` operations to the `SearchIndexClient`.
36
-
37
- ## 11.3.0-beta.6 (2022-02-08)
38
-
39
- ### Features Added
40
-
41
- - Added new type of SearchIndexer skill - `AzureMachineLearningSkill`. Please refer [#20183](https://github.com/Azure/azure-sdk-for-js/pull/20183) for further details.
42
-
43
- ### Other Changes
44
-
45
- - Deprecated `SearchClientOptions.apiVersion` in favor of `SearchClientOptions.serviceVersion`.
46
- - `apiVersion` will continue to be supported in version 11.x; however, customers are encouraged to migrate to `serviceVersion` instead which is more consistent with the rest of our client libraries.
47
-
48
- ## 11.3.0-beta.5 (2021-11-09)
49
-
50
- ### Features Added
51
-
52
- - Added `semanticConfiguration` property to `SearchRequest` object.
53
- - Several new languages are added to the `KnownQueryLanguage` object.
54
- - Added `semanticSettings` property to `SearchIndex` object.
55
-
56
- ### Breaking Changes
57
-
58
- - Renamed `IndexerCurrentState` property to `IndexerState` property.
59
- - Renamed `AllDocsInitialChangeTrackingState` property to `AllDocumentsInitialChangeTrackingState` property.
60
- - Renamed `AllDocsFinalChangeTrackingState` property to `AllDocumentsFinalChangeTrackingState` property.
61
- - Renamed `ResetDocsInitialChangeTrackingState` property to `ResetDocumentsInitialChangeTrackingState` property.
62
- - Renamed `ResetDocsFinalChangeTrackingState` property to `ResetDocumentsFinalChangeTrackingState` property.
63
- - Renamed `SkillNames` property to `ResetSkillsOptions` (with a `SkillNames` property)
64
- - Renamed `ResetDocs` method to `ResetDocuments` in the SDK client.
65
-
66
- ### Bugs Fixed
67
-
68
- - Fixed the issue with the presence of recursive structure while uploading documents. Please refer [#15656](https://github.com/Azure/azure-sdk-for-js/issues/15656) for further details.
69
-
70
- ## 11.3.0-beta.4 (2021-10-05)
71
-
72
- ### Features Added
73
-
74
- - Added properties `currentState` & `statusDetail` to the `IndexerExecutionResult` object.
75
- - Added operations `resetDocs` & `resetSkills` to the `SearchIndexerClient` class.
76
-
77
- ### Breaking Changes
78
-
79
- - Changed property `ignoreResetRequirements` to `skipIndexerResetRequirementForCache` in `CreateorUpdateDataSourceConnectionOptions`, `CreateorUpdateIndexerOptions` & `CreateOrUpdateSkillsetOptions` objects.
80
- - Changed the type of `answers` property from `Answers` to `QueryAnswerType`, in the `SearchRequest` object.
81
- - Changed the type of `captions` property from `Captions` to `QueryCaptionType`, in the `SearchRequest` object.
82
- - Changed the type of `speller` property from `Speller` to `QuerySpellerType`, in the `SearchRequest` object.
83
- - Changed the underlying dependency of the SDK from `core-http` to `core-rest-pipeline` package.
84
-
85
- ## 11.3.0-beta.3 (2021-09-07)
86
-
87
- ### Features Added
88
-
89
- - Added a new property `normalizerName` to the `AnalyzeRequest` object.
90
- - Added 2 new properties `captions` & `semanticFields` to the `SearchRequestOptions` object.
91
-
92
- ## 11.3.0-beta.2 (2021-08-10)
93
-
94
- ### Features Added
95
-
96
- - Added a new parameter `ignoreResetRequirements` for the `createOrUpdate` operation of Data Sources.
97
- - Added new parameters `ignoreResetRequirements` & `disableCacheReprocessingChangeDetection` for the `createOrUpdate` operation of Indexers and Skillsets.
98
-
99
- ### Bugs Fixed
100
-
101
- - Converted the complex fields correctly within the Search Fields. Please refer [#16489](https://github.com/Azure/azure-sdk-for-js/issues/16489) for more details.
102
- - Fixed the typos `anayzerName` to `analyzerName` and `normalizerNames` to `normalizerName` in `convertFieldsToPublic` method of `serviceUtils.ts`.
103
-
104
- ### Other Changes
105
-
106
- - Removed the `| null` from the definitions of the optional values. Please refer [#16694](https://github.com/Azure/azure-sdk-for-js/pull/16694) for more details.
107
-
108
- ## 11.3.0-beta.1 (2021-07-07)
109
-
110
- - With the dropping of support for Node.js versions that are no longer in LTS, the dependency on `@types/node` has been updated to version 12. Read our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
111
- - Updated our internal core package dependencies to their latest versions in order to add support for Opentelemetry 1.0.0 which is compatible with the latest versions of our other client libraries.
112
- - Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features
113
- - Regenerated the search SDK with the latest swaggers that includes the following changes:
114
-
115
- - Support for `TokenCredential` has been added. With this addition, the Search SDK supports authentication via AAD.
116
- - Identity types - `SearchIndexerDataNoneIdentity` & `SearchIndexerDataUserAssignedIdentity` have been added.
117
- - The following new skills have been added:
118
- - SentimentSkill(V3)
119
- - EntityLinkingSkill(V3)
120
- - EntityRecognitionSkill(V3)
121
- - PIIDetectionSkill
122
- - A new property `lineEnding` has been added to the skill `OcrSkill`.
123
-
124
- ## 11.2.0 (2021-06-08)
125
-
126
- The list of changes in 11.2.0 since 11.1.0 & 11.2.0-beta.2 are provided below:
127
-
128
- **Changes since 11.1.0**
129
-
130
- - Added support for Knowledge Store feature through the new `SearchIndexerKnowledgeStore` in the `SearchIndexerSkillset` object.
131
- - The `skillsetCounter` property in `ServiceCounters` object has been made optional.
132
- - Added Support for new datasource `adlsgen2`. Please refer [#14620](https://github.com/Azure/azure-sdk-for-js/pull/14620) for further details.
133
- - Added Support for new skills such as `CustomEntityLookupSkill`, `DocumentExtractionSkill`, etc. Please refer [#14620](https://github.com/Azure/azure-sdk-for-js/pull/14620) for further details.
134
-
135
- **Changes since 11.2.0-beta.2**
136
-
137
- - Removed Support for Semantic Search and introduced new properties in `SearchOptions`, `SearchRequest`, `SearchResult` and `SearchDocumentsResult` objects.
138
- - Removed Support for normalizers `LexicalNormalizer` & `CustomNormalizer`. Please refer [#14620](https://github.com/Azure/azure-sdk-for-js/pull/14620) for further details.
139
-
140
- ## 11.2.0-beta.2 (2021-05-11)
141
-
142
- - Added Support for Semantic Search and introduced new properties in `SearchOptions`, `SearchRequest`, `SearchResult` and `SearchDocumentsResult` objects.
143
- - Added support for Knowledge Store feature through the new `SearchIndexerKnowledgeStore` in the `SearchIndexerSkillset` object.
144
- - The `skillsetCounter` property in `ServiceCounters` object has been made optional.
145
-
146
- ## 11.2.0-beta.1 (2021-04-06)
147
-
148
- - Added Support for new skills such as `CustomEntityLookupSkill`, `DocumentExtractionSkill`, etc. Please refer [#14620](https://github.com/Azure/azure-sdk-for-js/pull/14620) for further details.
149
- - Added Support for new datasource `adlsgen2`. Please refer [#14620](https://github.com/Azure/azure-sdk-for-js/pull/14620) for further details.
150
- - Added Support for normalizers `LexicalNormalizer` & `CustomNormalizer`. Please refer [#14620](https://github.com/Azure/azure-sdk-for-js/pull/14620) for further details.
151
-
152
- ## 11.1.0 (2021-02-11)
153
-
154
- - The list of changes in 11.1.0 since 11.0.3 & 11.1.0-beta.2 are provided below:
155
-
156
- **Changes since 11.0.3**
157
-
158
- - Added Batching ability to the search SDK. The `SearchIndexingBufferedSender` class enables the user to perform indexing documents in batch mode. There are several user configurable properties such as `autoFlush`, `flushWindowInMs`, `throttlingDelayInMs`, etc.
159
- - The types `BlobIndexerDataToExtract`, `BlobIndexerImageAction`, `BlobIndexerParsingMode`, `BlobIndexerPDFTextRotationAlgorithm` have changed from union of string literals to string. This is to support the service definition for these types to be extensible enums. The documentation on methods that use these have been updated with known values that can be used for these types.
160
-
161
- **Changes since 11.1.0-beta.2**
162
-
163
- - [Breaking] Hidden the constructor of `SearchIndexingBufferedSender` and made it to an interface. Please refer [#11785](https://github.com/Azure/azure-sdk-for-js/pull/11785) for further details.
164
- - Added `encryptionKey` property to `SearchIndexerDataSource`, `SearchIndexer` and `SearchIndexerSkillSet` objects. Please refer [#12275](https://github.com/Azure/azure-sdk-for-js/pull/12275) for further details.
165
- - Added user configurable properties such as `flushWindowInMs`, `initialBatchActionCount`, `maxRetries`, etc to the `SearchIndexingBufferedSenderOptions` object. Please refer [#12297](https://github.com/Azure/azure-sdk-for-js/pull/12297) for further details.
166
-
167
- ## 11.1.0-beta.1 (2020-10-05)
168
-
169
- - Added Batching ability to the search SDK. Please refer [#11544](https://github.com/Azure/azure-sdk-for-js/pull/11544) for further details.
170
- - Regenerated the search SDK using the latest swaggers. Please refer [#11533](https://github.com/Azure/azure-sdk-for-js/pull/11533) for further details.
171
- - Fixed the testcases to ensure success in CI. Please refer [#11518](https://github.com/Azure/azure-sdk-for-js/pull/11518) for further details.
172
- - Added more test cases for odata scenario. Please refer [#11321](https://github.com/Azure/azure-sdk-for-js/pull/11321) for further details.
173
-
174
- ## 11.0.3 (2020-08-04)
175
-
176
- - Fixed the parented tracing span in the searchClient.search API. Please refer [#10442](https://github.com/Azure/azure-sdk-for-js/issues/10442) for further details.
177
-
178
- ## 11.0.2 (2020-07-31)
179
-
180
- - Fixed the samples in the Readme File. Please refer [#10383](https://github.com/Azure/azure-sdk-for-js/pull/10383) for further details.
181
-
182
- ## 11.0.1 (2020-07-20)
183
-
184
- - [BugFix] Set the correct continuation token in the search documrnts API. Please refer [#10146](https://github.com/Azure/azure-sdk-for-js/pull/10146) for further details.
185
-
186
- ## 11.0.0 (2020-07-06)
187
-
188
- - Set `ConnectionString` value to `<unchanged>` in `SearchIndexerDataSourceConnection`, if the value is not set by the user.
189
- - [Breaking] In Suggest API & Search API return values, a new property called `document` is introduced. All user-defined fields are moved inside this `document` property.
190
- - [Breaking] In `analyzeText` API, the `text` parameter is moved from method level to inside `options` bag.
191
- - [Breaking] In `search` API, `includeTotalResultCount` property is renamed to `includeTotalCount`.
192
- - [Breaking] In `ServiceCounters`, the `skillsetCounter` property has been removed.
193
- - [Breaking] Modified the names of several properties. Please refer [#9321](https://github.com/Azure/azure-sdk-for-js/issues/9321) for a detailed list of renames.
194
-
195
- ## 1.0.0-preview.4 (2020-06-08)
196
-
197
- - [Breaking] Changed `ListIndexes` operation to a pageable operation.
198
- - [Breaking] Added `onlyIfUnchanged` parameter for CreateOrUpdate and Delete operations.
199
- - [Breaking] Removed `$select` property for the List operations.
200
- - [Breaking] Refactored `SearchServiceClient` and split it to `SearchIndexClient` and `SearchIndexerClient` and changed `SearchIndexClient` class to `SearchClient` class.
201
- - [Breaking] Moved non-optional parameters from options bag.
202
- - [Breaking] Renamed `countDocuments` method to `getDocumentsCount` method.
203
- - [Breaking] In `search` method, moved the `searchText` parameter from the options bag to method parameter.
204
- - [Breaking] In `indexDocuments` method, the options parameter is renamed to `IndexDocumentsOptions`.
205
- - [Breaking] Modified `deleteDocuments` method to get documents as a parameter.
206
- - [Breaking] In `getIndexStatistics` method, renamed the return type from `GetIndexStatisticsResult` to `SearchIndexStatistics`.
207
- - [Breaking] In `getServiceStatistics` method, renamed the return type from `ServiceStatistics` to `SearchServiceStatistics`.
208
- - [Breaking] Modified `DataSource` model name to `DataSourceConnection`. Changed all references in the method names, parameters, etc.
209
- - [Breaking] Renamed `SimpleDataType` model to `SearchFieldDataType` model.
210
- - [Breaking] Modified the names of several models & parameters. Please refer [#8984](https://github.com/Azure/azure-sdk-for-js/issues/8984), [#9037](https://github.com/Azure/azure-sdk-for-js/issues/9037) and [#8383](https://github.com/Azure/azure-sdk-for-js/issues/8383) for a detailed list of renames.
211
- - Added separate methods for getting just names such as `listIndexesNames`, `listSynonymMapsNames`, etc.
212
- - Added `getSearchClient` method to the `SearchIndexClient` class.
213
-
214
- ## 1.0.0-preview.3 (2020-05-05)
215
-
216
- - Added support for Indexers API (Create, Get, List, etc.)
217
- - Added support for Datasources API.(Create, Get, List, etc.)
218
- - Fixed a bug where GeographyPoints were serialized incorrectly causing latitude and longitude to be flipped.
219
-
220
- ## 1.0.0-preview.2 (2020-04-06)
221
-
222
- - [Breaking] Package renamed to `@azure/search-documents` and version number reset to `1.0.0-preview.2`.
223
- - Support for index management operations using the `SearchServiceClient`.
224
- - [Breaking] `indexDocuments` on `SearchIndexClient` now takes an `IndexDocumentsBatch` object instead of a raw action array. This new type helps compose an array of actions to be performed on the index.
225
- - [Breaking] In `SearchIndexClient`, removed options `mergeIfExists` and `uploadIfNotExists` on `uploadDocuments` and `mergeDocuments` and replaced them with new helper `mergeOrUploadDocuments`.
226
- - The type `IndexAction` was renamed to `IndexDocumentsAction`.
227
- - [Breaking] Removed `SearchApiKeyCredential` and replaced with `AzureKeyCredential`.
228
- - [Breaking] Search results accessed `byPage` now have an opaque `continuationToken` in place of `nextLink` and `nextPageParameters`.
229
-
230
- ## 11.0.0-preview.1 (2020-03-09)
231
-
232
- - Initial implementation of the data-plane Cognitive Search Client. The version number starts at 11 to align with client libraries in other languages.
233
- - This first preview has support for document operations on an index, such as querying and document management.