11.4.0 (2021-06-08)
Features Added
- Added the ability to configure Knowledge Store in skillsets.
- Added factory method to
SynonymMap
to enable creation from a file. - Added support for
Edm.GeographyPoint
inFieldBuilder
when property has typeGeoPoint
. - Added support for geography based filtering in
SearchFilter
whenGeoPosition
,GeoPoint
,GeoLineString
, or
GeoPolygon
are used as formatting arguments. - Added new skills
CustomEntityLookupSkill
andDocumentExtractionSkill
and new skill versions for
KeyPhraseExtractionSkill
andLanguageDetectionSkill
. - Added support for the ADLS Gen 2 Indexer data source type.
- Added skillset counts to
SearchServiceCounters
. - Added additional log messages to
SearchIndexingBufferedSender
andSearchIndexingBufferedAsyncSender
.
Breaking Changes
- Removed support for service version
2020-06-30-Preview
. Default version is now2020-06-30
. - Removed Semantic Search capability to
SearchClient
andSearchAsyncClient
. - Removed support for Normalizers in
SearchField
andSearchIndex
withCustomNormalizer
andLexicalNormalizer
.
Dependency Updates
- Updated
azure-core
from1.16.0
to1.17.0
. - Updated
azure-core-http-netty
from1.9.2
to1.10.0
. - Updated
azure-core-serializer-json-jackson
from1.2.3
to1.2.4
. - Updated Jackson from
2.12.2
to2.12.3
. - Updated Reactor from
3.4.5
to3.4.6
. - Updated Reactor Netty from
1.0.6
to1.0.7
.