Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor
3.0.2
fix ./flow nodeindex:cleanup command
MERGE: fix nodeindex:cleanup command in Elasticsearch >= 2.x In the cleanup command there was a regression introduced with 314ecac2cb88055b724943e9ad96bb6fb10f1cac where it tried to log an object. In ESv2 /_status was removed in favor of /_stats (see https://www.elastic.co/guide/en/elasticsearch/reference/2.0/breaking_20_stats_info_and_literal_cat_literal_changes.html#_index_status_api and https://www.elastic.co/guide/en/elasticsearch/reference/2.0/indices-status.html).
4.0.1
3.0.1
4.0.0
Elasticsearch driver rewrite
Compatible to Neos 3.0
This release introduces the concept of drivers to support different elasticsearch versions.
Currently elasticsearch version 1.7+ and 2+ are supported. The driver for 1.x is configured by default.
3.0.0
Elasticsearch driver rewrite
Compatible to Neos 2.3.
This release introduces the concept of drivers to support different elasticsearch versions.
Currently elasticsearch version 1.7+ and 2+ are supported. The driver for 1.x is configured by default.
2.0.6
Here is the list of changes.
2.0.5
This release fix some issues, notably the handling of hidden and deleted nodes in relation to fulltext indexing. Nodes that become hidden or are deleted are now removed from the fulltext index as expected.
This release also contains two small new features:
Here is the list of changes since 2.0.4.
2.0.4
This release fix issues regarding the full text query encoding (special character like \ can break the query parsing) and how the package return the total number of document for the current query.
This release also contain a feature that help you to extend the default query, check 801f19a
Here is the list of changes since 2.0.3.
2.0.3
This release comes with speed improvements and a reduced memory usage when indexing with content dimensions.
Here is the list of changes since 2.0.2.