This release contains full feature parity with Elasticsearch 1.6.
New Features
- #1446 Support for field stats API
- #1445 Support for synced flush API
- #1444 Support for response filtering on all APIs
- #1441 Support for murmur3 Field Type
- #1430 Support for include/exclude on
TermsAggregation
- #1451 Added node id to _cat API responses
- #1450 Added
default
option to FieldValueFactor - #1449 Added
numeric_resolution
to date mapping - #1447 Added
explanation
to validate API response - $1448 Added
SortMulti()
to allow for easy sorting across multiple fields (TY @mgoodfellow !)
Bug Fixes
- #1459, #1456 Add support for script, script id, and script file where they were missing on all update descriptors
- #1457 Fixed
NullReferenceException
inGetIndex()
when a custom analyzer had no type defined - #1438
GeoPoint
mapping was missingprecision
- #1429
DateMapping
,GeoPointMapping
, andBooleanMapping
were missingdoc_values
- #1409 Raw filters were not written to request when used on filtered aliases
- #1452 Fixed serialization of
KeepWordsPath
property onKeepWordsTokenFilter
(TY @davidtme !) - #1431
MoreLikeThis
query should accept documents or ids (TY @robertlyson !)