Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor
7.0.1
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
5.0.5
TASK: Disallow neos/content-repository-search v4
7.0.0
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
6.0.3 BUGFIX: Optional return for `getFullElasticSearchHitForNode`
6.0.2
BUGFIX: Do not escape unicode characters for fulltext search
5.0.4
BUGFIX: Do not escape unicode characters for fulltext search
6.0.1
BUGFIX: Move scroll parameter to POST body in Version5/DocumentDriver
BUGFIX: Make sure values in queryFilterMultiple are converted to a hash
6.0.0
This releases contains the following changes
- Compatibility with Neos 5.0 🍾
- 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
- Fixes too strict type constraint in setValueByPath
List of changes 5.0.2...5.0.3