Bug Fixes
- Fixed condition-less logic in
FilteredQuery
that caused a query parsing exception in ES. #971 - Fixed issue where the
ignore_unavailable
option wasn't being added to_msearch
requests. #969 - Fixed NullReferenceException when using
HttpClient
. #953 - Removed NetReflector dependency from the
Elasticsearch.Net.Connection.Thrift
package. #952 - NEST no longer throws an exception when using the
_analyzed
endpoint on an empty string. #962