1.0.0-beta.3 (2020-05-05)
- Replaced
isRetrievable
API withisHidden
, parameter name changed fromretrievable
tohidden
. - Changed Azure Search service version from
2019-05-06
to2019-05-06-Preview
- Changed
createOrUpdate
anddelete
APIs inSearchServiceClient
to use booleanonlyIfUnchanged
instead ofMatchConditions
. - Updated reactor core to
3.3.5.RELEASE
. - Added helper class
FieldBuilder
which converts a strongly-typed model class toList<Field>
. - Added annotations
FieldIgnore
,SimpleFieldProperty
, andSearchableFieldProperty
to define theField
on model properties. - Added fluent class
SimpleField
,SearchableField
, andComplexField
to buildField
.