Skip to content

Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor

7.0.3

08 Sep 04:33
1fb6f0a

Choose a tag to compare

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

11 Aug 14:12

Choose a tag to compare

  • 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

11 Aug 14:09

Choose a tag to compare

  • 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

11 Aug 14:09
ab03f0b

Choose a tag to compare

  • BUGFIX: Allow null to be returned from searchHitForNode()
  • BUGFIX: Allow null to be returned from getFullElasticSearchHitForNode()

7.0.1

08 Aug 19:28
bff3da1

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

Choose a tag to compare

TASK: Exchange scrolling and deleting by simple _delete_by_query #335

5.0.5

02 Jun 11:47
aab5e51

Choose a tag to compare

TASK: Disallow neos/content-repository-search v4

7.0.0

31 May 20:00

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

Choose a tag to compare

6.0.3

BUGFIX: Optional return for `getFullElasticSearchHitForNode`

6.0.2

28 Mar 13:02

Choose a tag to compare

BUGFIX: Do not escape unicode characters for fulltext search