I'd like it to use the . in the field name rather than separating the mapping into two/three separate fields.
Because of the overlap I get an error trying to add the document.
Failure to add document: co.elastic.clients.elasticsearch._types.ElasticsearchException@3fefbb9c[
response=ErrorResponse: {"error":{"type":"document_parsing_exception","reason":"[1:1453] failed to parse field [snapshot.updated_by] of type [text] in document with id
and this one
Error saving mapping
Error saving mapping: can't merge a non object mapping [snapshot.updated_by] with an object mapping
Also if the field starts with a . like {".myfield": "data"} I get an error that the field name can't contain whitespace.
So how do I get Elasticsearch to stop using the . as a delimiter?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.