Features & Enhancements
- #2557 Analysis: Added support for the
kuromoji
analysis plugin - #2558 Analysis:
analysis_icu
plugin is now supported out of the box - #2544 Added constants for all supported date formats
- #2632
AutoMap()
will now map overridden/hidden properties
Bug Fixes
- #2540 Fix
_count
with no body sending a POST instead of GET 🔢 - #2531 Using reserved aggregation tokens as keys now throws an exception
- #2548 Multiple serialization fixes to suggesters, and added missing smoothing models to phrase suggester
- #2556
AutoMap()
now correctly respects ignored and renamed properties onConnectionSettings
- #2581 Fix
MissingMethodException
when settingConnectionLimit
on Xamarin.Droid - #2586, #2582 More resilient error parsing
- #2643 Fixed a date parsing issue when using covariant search
- #2644 Fixed memory leak when using
BulkAll
(TY @sergii-sakharov !) - #2665 Add missing scripted upserts to bulk requests
- #2690 NRE in IndexSettingsConverter when merge policy isn't set
- #2688 Added workaround for specifying a size with multi term query rewrite
- #2682, #2676 Fix issues around the
include
andexclude
options of theterms
andsignificant_terms
aggregations - #2685 Introduce EndOffset property on
AnalyzeToken
and deprecate misspeltEndPostion