11.3.0b4 (2021-10-05)
Features Added
- Added properties to
SearchClient
:query_answer
,query_answer_count
,
query_caption
,query_caption_highlight
andsemantic_fields
.
Breaking Changes
- Renamed
SearchClient.speller
toSearchClient.query_speller
. - Renamed model
Speller
toQuerySpellerType
. - Renamed model
Answers
toQueryAnswerType
. - Removed keyword arguments from
SearchClient
:answers
andcaptions
. SentimentSkill
,EntityRecognitionSkill
: added client-side validation to prevent sending unsupported parameters.- Renamed property
ignore_reset_requirements
toskip_indexer_reset_requirement_for_cache
.