Skip to content

v4.2.0 for Azure Search

Compare
Choose a tag to compare
@Shazwazza Shazwazza released this 11 Apr 15:59
· 5 commits to master since this release
5ae0ad4

Possible Breaking Change

Examine and ExamineX do not expect that you will pin a reference to the ISearcher which is resolved from the IIndex.Searcher property. The IIndex.Searcher property is not a singleton and cannot and should not be pinned into a static or singleton field in your code. Always reference the searcher via the property IIndex.Searcher. This is especially true with ExamineX 4.2.0.

Fixes

  • Fix: FieldDefinitionTypes.DateTime field not being mapped to SearchFieldDataType.DateTimeOffset #98

Changes

  • ExamineX Nuget packages now split into additional references as transient dependencies (this will be transparent to the end user)