1.0.0-preview.2 (2020-04-06)
- [Breaking] Package renamed to
@azure/search-documents
and version number reset to1.0.0-preview.2
. - Support for index management operations using the
SearchServiceClient
. - [Breaking]
indexDocuments
onSearchIndexClient
now takes anIndexDocumentsBatch
object instead of a raw action array. This new type helps compose an array of actions to be performed on the index. - [Breaking] In
SearchIndexClient
, removed optionsmergeIfExists
anduploadIfNotExists
onuploadDocuments
andmergeDocuments
and replaced them with new helpermergeOrUploadDocuments
. - The type
IndexAction
was renamed toIndexDocumentsAction
. - [Breaking] Removed
SearchApiKeyCredential
and replaced withAzureKeyCredential
. - [Breaking] Search results accessed
byPage
now have an opaquecontinuationToken
in place ofnextLink
andnextPageParameters
.