Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor
Releases · Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor
4.0.6
- Instead of simply ignoring an exception during query execution the
ElasticSearchQueryBuilder
will now log an exception duringfetch()
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
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
Merge pull request #235 from dfeyer/feature-indexname-strategy FEATURE: IndexName Strategy
3.0.4
Merge pull request #228 from dfeyer/patch-1 BUGFIX: Fulltext query is broken
4.0.4
3.0.3
2.0.7
4.0.3
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).