v3.1.0
github-actions
released this
24 Apr 12:46
·
132 commits
to development
since this release
Added
- Added support for scripted and runtime fields
- Added
getTermsEnum
to client to allow for fetching autocompletion terms and picklists - Added generic
set
method to SearchBuilder to allow for ad-hoc body parameters
Fixed
- Fixed an issue with
filterRange
method to allow compatibility when used withfilterTerms
andfilterTerm
Changed
- Renamed
startRows
/maxRows
properties in search builder tofrom
/size
to better match ES query syntax. Adds customsetStartRows
andsetMaxRows
methods which pass through.