Skip to content

Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor

4.0.6

30 Jan 10:36
9e9eb2f
Compare
Choose a tag to compare
  • Instead of simply ignoring an exception during query execution the ElasticSearchQueryBuilder will now log an exception during fetch() and return an empty result. This avoids breaking the frontend if users manager to break a query through invalid input.
  • Debugging of indexing has been made easier by improving the log messages emitted.
  • Some bugs have been fixed.

List of changes: 4.0.5...4.0.6

3.0.5

30 Jan 10:33
0982dcc
Compare
Choose a tag to compare

Instead of simply ignoring an exception during query execution the ElasticSearchQueryBuilder will now log an exception during fetch() and return an empty result. This avoids breaking the frontend if users manager to break a query through invalid input.

List of changes: 3.0.4...3.0.5

4.0.5

06 Nov 10:30
Compare
Choose a tag to compare
Merge pull request #235 from dfeyer/feature-indexname-strategy

FEATURE: IndexName Strategy

3.0.4

06 Nov 10:29
Compare
Choose a tag to compare
Merge pull request #228 from dfeyer/patch-1

BUGFIX: Fulltext query is broken

4.0.4

06 Nov 10:28
a3872e1
Compare
Choose a tag to compare

3.0.3

06 Nov 10:27
Compare
Choose a tag to compare

2.0.7

06 Nov 10:27
Compare
Choose a tag to compare

4.0.3

17 May 12:11
Compare
Choose a tag to compare

A merge of 3.0 in master, including:

  • BUGFIX: Include the context document in the query result (#199)
  • TASK: Ensure __fulltextParts is always a HashMap (#212)

3.0.2

17 May 12:10
Compare
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
Compare
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).