Flowpack.ElasticSearch.ContentRepositoryAdaptor icon indicating copy to clipboard operation
Flowpack.ElasticSearch.ContentRepositoryAdaptor copied to clipboard

Flowpack.ElasticSearch adapter to support the Neos Content Repository

Results 27 Flowpack.ElasticSearch.ContentRepositoryAdaptor issues
Sort by recently updated
recently updated
newest added

Having dots in node properties is generally supported, but it breaks the `nodeindex:build` command, because elastic responds with a `mapper_parsing_exception`: > Could not dynamically add mapping for field [foo.bar]. Existing...

T: Bug

The field neos_fulltext_parts stores the fulltext path for every aggregateRoot document with the childnode identifiers as keys. This easily can lead to mapping explosion. Starting with Elasticsearch > 7.3, you...

Next Major

Problem: Publishing changes might lead to the following ElasticSearch Exception: ``` [type] => action_request_validation_exception [reason] => Validation Failed: 1: no requests added; ``` This happens if the payload is empty...

## Problem The current implementation falls back to the workspace name of the node (i.e. the value of the underlying NodeData), which in most cases is "live", generating the same...

We updated flowpack/elasticsearch-contentrepositoryadaptor to 7.0.6 (from 6.0.6). In the search result there are now content-parts (elements from the content tree) shown which are hidden in Neos (Before that the result...

Create a method which allows to create a nodetype filter to include and exclude specific nodetypes

It is common practice to use an ENV variable to set the index name. If it's not present,It is common practice to use an ENV variable to set the index...

Has anyone already tried this adapter with Elasticsearch 8 and can share their experience? I am starting a new Elasticsearchcluster for Neos and would like it to be on the...

By default the ES CR Adaptor uses [query_string](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-string-syntax) which allows some search syntax in query string. In the current implementation, `json_encode` is used on the query string which adds double...