Bug Fixes
- #2114 Fix Fuzziness spelling on QueryString query (thank you @MiniGab!)
- #2093 Infer index and type from
T
onGetMany<T>()
when not specified - af468f9 return
default(K)
when requesting a single value from Hits fields that contains no values for field - #1908
GeoShapeBase
implementIGeoShape
so thatType
property is serialized correctly when default field name inference is changed
Features
- #2085 Introduce
Attachment
type for attachment mapping with the mapper-attachments plugin - #2118 Add GeoCentroid Aggregation
Deprecations
- #2124 Deprecate
factor
on DateHistogramAggregation (thank you @jonyadamit!)