Releases: coldbox-modules/cbelasticsearch
Releases · coldbox-modules/cbelasticsearch
v3.3.0
v3.2.5
Added
- Added
asyncTimeout
setting 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
getTermVectors
to 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
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.