Skip to content

Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor

7.0.1

08 Aug 19:28
bff3da1
Compare
Choose a tag to compare

BUGFIX: Fix removal of nodes
BUGFIX: Do not silently skip node indexing if asset content extraction is activated but the needed plugin is missing
TASK: Improve test coverage, test node removal

6.0.5

02 Jun 15:21
a9ec417
Compare
Choose a tag to compare

TASK: Exchange scrolling and deleting by simple _delete_by_query #335

5.0.5

02 Jun 11:47
aab5e51
Compare
Choose a tag to compare

TASK: Disallow neos/content-repository-search v4

7.0.0

31 May 20:00
Compare
Choose a tag to compare

FEATURE: Support Elasticsearch 6 & 7
FEATURE: Skip specific node type or namespace from indexing
FEATURE: Add show indexable command
FEATURE: One index per dimension combination
!!! FEATURE: Refactor index-time boosting to query-time boosting
FEATURE: Make index configuration possible by dimensioncombination or index
FEATURE: Add a CLI command to search a single node by identifier
FEATURE: Flush BulkRequest based on max lenght/size limits
FEATURE: Log Elasticsearch requests on error
FEATURE: Do not add mapping for a field that is marked as not to be indexed
FEATURE: Add prefix() QueryBuilder operation
FEATURE: Add geoDistance operation
FEATURE: Implement asset indexing using attachment-ingest plugin

!!! TASK: Remove support for Elasticsearch version 5
!!! TASK: Remove fallback for fields with string mapping
!!! TASK: Do not convert the nodeType name
!!! TASK: Rename internal fields to neos prefixed
TASK: Better type casting and code cleanup

Lots of smaller improvements, refactorings and bugfixes ...

Bugfix release

15 May 14:47
86e6ad5
Compare
Choose a tag to compare
6.0.3

BUGFIX: Optional return for `getFullElasticSearchHitForNode`

6.0.2

28 Mar 13:02
Compare
Choose a tag to compare

BUGFIX: Do not escape unicode characters for fulltext search

5.0.4

28 Mar 08:27
98d00c1
Compare
Choose a tag to compare

BUGFIX: Do not escape unicode characters for fulltext search

6.0.1

19 Feb 08:54
Compare
Choose a tag to compare

BUGFIX: Move scroll parameter to POST body in Version5/DocumentDriver
BUGFIX: Make sure values in queryFilterMultiple are converted to a hash

6.0.0

27 Oct 07:48
8f7d272
Compare
Choose a tag to compare

This releases contains the following changes

  1. Compatibility with Neos 5.0 🍾
  2. Refactoring Logging:
  • Uses the PSR-3 Logger and adds the log environment to all log lines
  • Removes the separate Elasticsearch Logger and log file - all logs go to the system logger

List of changes 5.0.3...6.0.0

5.0.3

29 Aug 19:41
Compare
Choose a tag to compare
  • Fixes too strict type constraint in setValueByPath

List of changes 5.0.2...5.0.3