Hi,
After each data injection to the elastic, the index of this data is analyzed.
this is an issue in specific cases when working with Kibana.
Is it possible to set "string" type as not analyzed per elastic cluster?
Thanks
Yehuda
Hi,
After each data injection to the elastic, the index of this data is analyzed.
this is an issue in specific cases when working with Kibana.
Is it possible to set "string" type as not analyzed per elastic cluster?
Thanks
Yehuda
Yes, you can change the mapping of each field in each index. This is done either when creating the index or via index templates. If you're using Logstash it creates an index template for you with non-analyzed .raw subfields for all string fields.
© 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.