Skip to content

Azure.Search.Documents_11.6.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 06 Mar 00:56
251273b

11.6.0-beta.3 (2024-03-05)

Features Added

  • Added the VectorSearch.Compressions property, which can be utilized to configure options specific to the compression method used during indexing or querying.
  • Added the SearchField.IsStored, VectorSearchField.IsStored, and VectorSearchFieldAttribute.IsStored property. It represent an immutable value indicating whether the field will be persisted separately on disk to be returned in a search result. This property is applicable only for vector fields.
  • Added support for sbyte and int16 to SearchFieldDataType.