Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor
7.0.3
BUGFIX: Fix indexing of nodes in multiple dimensions (This change may make indexing slower again. Indexing performance will be tackled in an upcoming release)
BUGIFX: Add index name to query hash to prevent sharing query results of other indexes
TASK: Multi dimension indexing is now covered by functional tests
TASK: Log a warning if found nodes could not have been converted
7.0.2
- TASK: Exchange scrolling and deleting by simple _delete_by_query
- BUGFIX: Trying to use response from exception as string
- TASK: Disallow neos/content-repository-search v4
- BUGFIX: Allow null to be returned from searchHitForNode()
- BUGFIX: Allow null to be returned from getFullElasticSearchHitForNode()
6.0.6
- BUGFIX: Trying to use response from exception as string
- TASK: Disallow neos/content-repository-search v4
- BUGFIX: Allow null to be returned from searchHitForNode()
- BUGFIX: Allow null to be returned from getFullElasticSearchHitForNode()
5.0.6
- BUGFIX: Allow null to be returned from searchHitForNode()
- BUGFIX: Allow null to be returned from getFullElasticSearchHitForNode()
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