Change your mapping.
....
"dizhi" : {
"type" : "keyword"
},
....
Note that this only can be set when creating a new index. You cannot change an existing index.
If you need to change existing data, you will have to reindex.
Change your mapping.
....
"dizhi" : {
"type" : "keyword"
},
....
Note that this only can be set when creating a new index. You cannot change an existing index.
If you need to change existing data, you will have to reindex.
© 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.