1.6.0
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
defaultoption to FieldValueFactor - #1449 Added
numeric_resolutionto date mapping - #1447 Added
explanationto 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
NullReferenceExceptioninGetIndex()when a custom analyzer had no type defined - #1438
GeoPointmapping was missingprecision - #1429
DateMapping,GeoPointMapping, andBooleanMappingwere missingdoc_values - #1409 Raw filters were not written to request when used on filtered aliases
- #1452 Fixed serialization of
KeepWordsPathproperty onKeepWordsTokenFilter(TY @davidtme !) - #1431
MoreLikeThisquery should accept documents or ids (TY @robertlyson !)