Skip to content

1.2.0

Compare
Choose a tag to compare
@gmarz gmarz released this 20 Oct 19:32
· 5731 commits to main since this release

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 on FilterDescriptor. (#999) Thank you @aochsner!
  • Added a FluentDictionary overload on MultiMatchQuery for specifying OnFieldsWithBoost. (#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 from ICustomScoreQuery. (#987) Thank you @sstranz!