Features
Documentation for Elasticsearch.Net and NEST 2.x
- #1935 Add support for the Profile API
- #1924 Add support for render search template
- #1923 Add support for indices shard stores
- #1922 Add support for force merge
- #1921 Add support for cat snapshots
- #1920 Add support for cat repositories
- #1919 Add support for cat segments
Bugs/Fixes
- #1863 Sort failing due to serialization error
- #1929 Handle null
_score
insideConcreteTypeConverter
- #1928 and #1952 Capture the Response bytes and HTTP status code when a BadAuth Response occurs and do not throw a serialization exception when attempting to deserialize (the response may not be json e.g. could be using a proxy for auth)
- #1947 Remove
RethrowKeepingStackTrace
in favour of simplythrow
ing the exception; the former was an artifact of the older TPL-based async implementation which is unnecessary with the async/await async implementation - #1931 Fix bug in Filter Aggregation with script
- #1930 Fix bug in
TermsQueryDescriptor
where passing anIEnumerable<T>
toTerms<T>()
without specifyingT
, results in theparams T[]
overload being called - #1917 Fix bug in
FieldStats
when less than or equal to comparison used on Index constraint - #1870 allow
.Fields(Fields)
everywhere