Releases: JULIELab/julielab-elastic-query-components
Releases · JULIELab/julielab-elastic-query-components
v1.7.2
v1.7.1
v1.7.0
- Add configuration possibilities for socket timeout. - @khituras
- Introduce a deep pagination limit, close PIT when not needed any more. - @khituras
- Add documentation. - @khituras
- Version 1.7.0-SNAPSHOT. Support ES 7.17 with searchAfter deep paging method. - @khituras
- Add support for RangeQuery. - @khituras
- Support count queries. - @khituras
- Updated to ES 7.9.1. Added support for all highlighter options. - @khituras
- Setting julielab-java-utilities to v1.3.2. - @khituras
- Version 1.5.0. - @khituras
- Fixed a bug where the scrolling mechanism didn't work right and always returned the first page only. - @khituras
- Fixed a log message. - @khituras
- Fixed a bug where MultiMatchQueries did not get the operation set. - @khituras
- Adding a
toString
method for theTermQuery
. - @khituras - Currently in the process of adding an integration test. - @khituras
- Deleted deprecated class, updates
julielab-java-utilities.
- @khituras - Adapted main classes to the
RestHighLevelClient
API. - @khituras - Adding the gren badge to the README.md. - @khituras
v1.4.0
- Version 1.4.0. Updated Tapestry to v5.4.4. Compatible with ES 5.4.0. - @khituras
- Allowing to control the fuzzy parameters of a match query. - @khituras
- Added simple IDs to the services offered by the ESQueryComponentsModule. - @khituras
- Made all AggregationRequests clonable. - @khituras
- Added support for the SimpleQueryString query type. - @khituras
- Adding the NoOpAggregation request. It is used to avoid NPEs by null aggregation requests. - @khituras
- Made the ISearchComponent interface generic. - @khituras
- More abstraction work and encapsulation. - @khituras
- Added a more abstract layer of business objects. - @khituras
- Updated to ES 5.4. Made fields of ElasticSearchServerResponse protected. - @khituras