Skip to content

0.11.2.0

Compare
Choose a tag to compare
@Mpdreamz Mpdreamz released this 26 Jul 13:09
· 7279 commits to main since this release

This is mainly a bug fix release before I head off on a 2 week holiday 👍

  • #307 adding mean and reverse_mean to terms stat facet order type (thank you @UdiBen)
  • #301 PhoneticTokenFilter.cs - Added replace and encoder JSON properties (thank you @salyh)
  • #313 fixed broken querystring construction on Update call (thank you @picnicbasket)
  • TypeFilter did not mark itself conditionless properly.
  • added ignore_unmapped support to SortDescriptor
  • Improved Highlights API, you can now use results.Highlights[docId][highlightField] or results.DocumentsWithMetadata[N].Highlights
  • Fix #319 nullref when calling CreateIndex with a mapping that manually newed IElasticType objects.
  • Fix #318 Scroll URL length limit
  • Fix #316 bulk update response items were null
  • Fix #303 IndexMany() result in an 411 if IEnumerable is empty
  • Fix #297 Missing Scroll() on IElasticClient
  • Fix #300 Missing MultiGet() on IElasticClient
  • Fix #288 UsePrettyResponses() did not append pretty=true to all the request anymore.
  • Fix #289 MultiSearch did not map errors properly for individual search requests part of the multisearch request.

Thanks to all who committed, fixed and/or reported issues!