Skip to content

Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor

3.0.2

17 May 12:10

Choose a tag to compare

Bugfix Release including:

  • BUGFIX: Include the context document in the query result (#199)
  • TASK: Check type of __fulltextParts to ensure it is always a hash map (#212)

fix ./flow nodeindex:cleanup command

19 Apr 10:16

Choose a tag to compare

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

17 Mar 16:22
1444bb4

Choose a tag to compare

A merge of 3.0 into master, including:

  • BUGFIX: Escape fulltext searchQuery (#198, fixes #197)

3.0.1

17 Mar 15:59

Choose a tag to compare

  • BUGFIX: Escape fulltext searchQuery (#198, fixes #197)

4.0.0

07 Mar 11:30

Choose a tag to compare

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

07 Mar 11:28

Choose a tag to compare

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

16 Feb 09:25

Choose a tag to compare

Here is the list of changes.

2.0.5

02 Nov 10:51

Choose a tag to compare

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:

  • index a single node, see fcb18a2
  • document titles are now index by default, see eb0930b

Here is the list of changes since 2.0.4.

2.0.4

05 Oct 08:00

Choose a tag to compare

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

11 Jul 16:11

Choose a tag to compare

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.