11.6.0 (2025-10-10)
Features Added
- Added
azure.search.documents.DocumentDebugInfo
. - Added
azure.search.documents.QueryDebugMode
. - Added
azure.search.documents.QueryResultDocumentSubscores
. - Added
azure.search.documents.SingleVectorFieldResult
. - Added
azure.search.documents.TextResult
. - Added
azure.search.documents.VectorsDebugInfo
. - Added new parameter
debug
inazure.search.documents.SearchClient.search
. - Added
azure.search.documents.indexes.LexicalNormalizer
. - Added
azure.search.documents.indexes.LexicalNormalizerName
. - Added
azure.search.documents.indexes.AnalyzeTextOptions.normalizer_name
. - Added
azure.search.documents.indexes.CustomNormalizer
. - Added
azure.search.documents.indexes.DocumentIntelligenceLayoutSkill
. - Added
azure.search.documents.indexes.DocumentIntelligenceLayoutSkillExtractionOptions
. - Added
azure.search.documents.indexes.DocumentIntelligenceLayoutSkillChunkingProperties
. - Added
azure.search.documents.indexes.DocumentIntelligenceLayoutSkillChunkingUnit
. - Added
azure.search.documents.indexes.DocumentIntelligenceLayoutSkillMarkdownHeaderDepth
. - Added
azure.search.documents.indexes.DocumentIntelligenceLayoutSkillOutputFormat
. - Added
azure.search.documents.indexes.DocumentIntelligenceLayoutSkillOutputMode
. - Added
azure.search.documents.indexes.RankingOrder
. - Added
azure.search.documents.indexes.RescoringOptions
. - Added
azure.search.documents.indexes.SearchField.normalizer_name
. - Added
azure.search.documents.indexes.SearchIndex.normalizer
. - Added
azure.search.documents.indexes.SearchIndexerKnowledgeStoreParameters
. - Added
azure.search.documents.indexes.VectorSearchCompressionRescoreStorageMethod
. - Support for running
VectorQuery
s against sub-fields of complex fields. - 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 inSemanticConfiguration.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 definingSearchIndex
,SimpleField
, andSearchableField
and the ability to
use it when analyzing text withSearchIndexClient.analyzeText
andSearchIndexAsyncClient.analyzeText
. - Support
DocumentIntelligenceLayoutSkill
skillset skill andOneLake
SearchIndexerDataSourceConnection
data source. - Support for
QueryDebugMode
in searching to retrieve detailed information about search processing. Onlyvector
is
supported forQueryDebugMode
.
- Support for reranker boosted scores in search results and the ability to sort results on either reranker or reranker
Breaking Changes
VectorSearchCompression.rerankWithOriginalVectors
andVectorSearchCompression.defaultOversampling
don't work with
2025-09-01
and were replaced byVectorSearchCompression.RescoringOptions.enabledRescoring
and
VectorSearchCompression.RescoringOptions.defaultOversampling
. If using2024-07-01
continue using the old properties,
otherwise if using2025-09-01
use the new properties inRescoringOptions
.
Other Changes
- Updated default API version to
2025-09-01
.