New Features
- Added support for the template query and all search template endpoints. (#959)
- Added context suggester support. (#927)
- Added support for the
Collate
option on the phrase suggester. (#824) - Get and MultiGet now support
_source
at the document level. (#945) - Improved consistency across OIS constructors. (#950)
- Exposed the
Raw
method onFilterDescriptor
. (#999) Thank you @aochsner! - Added a
FluentDictionary
overload onMultiMatchQuery
for specifyingOnFieldsWithBoost
. (#964) Thank you @edwinf!
Bug Fixes
- GeoBoundingBox Filter: fixed incorrect order of lat and lon coordinates. (#1002)
- DateHistogram Aggregation: fixed
OrderDescending()
resulting in ascending order. (#996) - Fixed
NullReferenceException
when mapping date multi fields. (#990) - Fixed
StackOverflowException
and improved performance when using bitwise operators to build bool queries. (#974) - Fixed
ConstantScoreQuery
mistakenly inherting fromICustomScoreQuery
. (#987) Thank you @sstranz!