github Azure/azure-sdk-for-net Azure.Search.Documents_11.7.0

12 hours ago

11.7.0 (2025-10-09)

Features Added

  • Added support for 2025-09-01 service version.
  • Support for reranker boosted scores in search results and the ability to sort results on either reranker or reranker boosted scores in SemanticConfiguration.RankingOrder.
  • Support for VectorSearchCompression.RescoringOptions to configure how vector compression handles the original vector when indexing and how vectors are used during rescoring.
  • Added SearchIndex.Description to provide a textual description of the index.
  • Support for LexicalNormalizer when defining SearchIndex, SimpleField, and SearchableField and the ability to use it when analyzing text with SearchIndexClient.AnalyzeText.
  • Support DocumentIntelligenceLayoutSkill skillset skill and OneLake SearchIndexerDataSourceConnection data source.
  • Support for QueryDebugMode in searching to retrieve detailed information about search processing. Only vector is supported for QueryDebugMode.

Breaking Changes

  • VectorSearchCompression.RerankWithOriginalVectors and VectorSearchCompression.DefaultOversampling don't work with
    2025-09-01 and were replaced by VectorSearchCompression.RescoringOptions.EnabledRescoring and
    VectorSearchCompression.RescoringOptions.DefaultOversampling. If using 2024-07-01 continue using the old properties,
    otherwise if using 2025-09-01 use the new properties in RescoringOptions.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.