Releases: coldbox-modules/cbelasticsearch
Releases · coldbox-modules/cbelasticsearch
v3.3.0
v3.2.5
Added
- Added
asyncTimeoutsetting with default of 5000ms
Fixed
- Fixed rollover size not being applied correctly on the ILM policy
v3.2.4
Merge branch 'development'
v3.2.3
v3.2.3
v3.2.2
Merge branch 'development'
v3.2.1
Fixed
- Corrected a typing error when performing error handling in
deleteById()
v3.2.0
Added
- Added
getTermVectorsto SearchBuilder and Client to allow for fetching term vectors on document field(s)
v3.1.2
Fixed
- Added additional error handling and failover to Logstash appender to prevent ES communication from failing to bring an application online
v3.1.1
Fixed
v3.1.0
Added
- Added support for scripted and runtime fields
- Added
getTermsEnumto client to allow for fetching autocompletion terms and picklists - Added generic
setmethod to SearchBuilder to allow for ad-hoc body parameters
Fixed
- Fixed an issue with
filterRangemethod to allow compatibility when used withfilterTermsandfilterTerm
Changed
- Renamed
startRows/maxRowsproperties in search builder tofrom/sizeto better match ES query syntax. Adds customsetStartRowsandsetMaxRowsmethods which pass through.