I have created an issue.
As per the conversation in issue I have to have a mapping. Is it possible to just dump the data into elasticsearch without any mapping and dynamic mapping as false.
I have created an issue.
As per the conversation in issue I have to have a mapping. Is it possible to just dump the data into elasticsearch without any mapping and dynamic mapping as false.
Hi Alkesh26,
No, you cannot dump data into Elasticsearch without a mapping. Elasticsearch has
to know what format the data is in so that it can be correctly analyzed and
stored during indexing. Even if you do not provide a mapping, ES will attempt to
guess as best it can what type each field is.
Hi Dakrone
Thanks a lot.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.