Skip to content

Commit 905f2ed

Browse files
author
Alan Plum
committed
Refactor analyzers
1 parent 98fe927 commit 905f2ed

File tree

2 files changed

+436
-268
lines changed

2 files changed

+436
-268
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,15 @@ This driver uses semantic versioning:
164164

165165
- Renamed type `PrimarySortCompression` to `Compression`
166166

167-
- Modified generic type `View` to take additional `CreateOptions` type argument
167+
- Changed generic type `View` to take additional `CreateOptions` type argument
168+
169+
- Replaced `AnalyzerInfo` type and all its constituent types
170+
171+
Previously each type of Analyzer was represented by an `AnalyzerInfo` type
172+
and (where relevant) an `AnalyzerProperties` type, which were used for both
173+
creating and fetching Analyzers. The new types more closely follow the
174+
pattern already used for index types, providing pairs of
175+
`CreateAnalyzerOptions` and `AnalyzerDescription` types.
168176

169177
### Deprecated
170178

0 commit comments

Comments
 (0)