Elasticsearch: Adding manual mapping using Java
问题 I cant change the mapping. Can anybody help me to find the bug in my code? I have found this standard way to change the mapping according to several tutorials. But when i'm try to call the mapping structure there just appear a blank mapping structure after manuall mapping creation. But after inserting some data there appear the mapping specification because ES is using of course the default one. To be more specific see the code below. public class ElasticTest { private String dbname =