Releases: cakephp/elastic-search
Releases · cakephp/elastic-search
v1.5.0
CakePHP ElasticSearch plugin 2.0.0-beta
This is the first stable release supporting Elastic 6.x
The main difference from previous versions is that Elastic joined the indexes and types as a single thing. Therefore there is no more separation in the code for these 2 things.
What was a Type
before, is now an Index
and your code must reflect this changes. This is a breaking release and requires you to change some code, but fundamentally the plugin works the same as before.
CakePHP ElasticSearch plugin 1.0.0
This is the first stable release supporting both Elastic 2.x and 5.x
New features:
- Support for
should
,should_not
,must
andmust_not
queries with the methodsqueryShould
andqueryMust
- Added support for
min_score
andsimple_query_string
in theQueryBuilder
CakePHP ElasticSearch plugin version 0.5.0
This is the last stable release supporting the ElasticSearch 1.x version.