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

Property names with "." leads to mapping error

Open bwaidelich opened this issue 6 months ago • 0 comments

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 mapping for [foo] must be of type object but found [keyword].

bwaidelich avatar Feb 22 '24 14:02 bwaidelich