11.2.0-beta.1 (2020-10-09)
Added
- Add
SearchIndexingBufferedSender<T>
to make indexing lots of documents fast and easy. - Add support to
FieldBuilder
to define search fields forMicrosoft.Spatial
types without an explicit assembly dependency. - Add support to
SearchFilter
to encode geometric types fromMicrosoft.Spatial
without an explicit assembly dependency. - Add
IndexingParameters.IndexingParametersConfiguration
property to define well-known properties supported by Azure Cognitive Search.
Fixed
- Support deserializing null values during deserialization of skills (#15108)
- Fixed issues preventing mocking clients or initializing all models.