11.3.0-beta.5 (2021-11-09)
Features Added
- Added
semanticConfiguration
property toSearchRequest
object. - Several new languages are added to the
KnownQueryLanguage
object. - Added
semanticSettings
property toSearchIndex
object.
Breaking Changes
- Renamed
IndexerCurrentState
property toIndexerState
property. - Renamed
AllDocsInitialChangeTrackingState
property toAllDocumentsInitialChangeTrackingState
property. - Renamed
AllDocsFinalChangeTrackingState
property toAllDocumentsFinalChangeTrackingState
property. - Renamed
ResetDocsInitialChangeTrackingState
property toResetDocumentsInitialChangeTrackingState
property. - Renamed
ResetDocsFinalChangeTrackingState
property toResetDocumentsFinalChangeTrackingState
property. - Renamed
SkillNames
property toResetSkillsOptions
(with aSkillNames
property) - Renamed
ResetDocs
method toResetDocuments
in the SDK client.
Bugs Fixed
- Fixed the issue with the presence of recursive structure while uploading documents. Please refer #15656 for further details.