{
"settings":{"number_of_shards": 3,"number_of_replicas": 1},
"mappings":{
"novel":{
"properties":{
"word_count":{"type":"integer"},
"author":{"type":"keyword"},
"title":{"type":"text"},
"publish_date":{"type":"date","format":"yyyy-MM-dd HH:mm:ss || yyyy-MM-dd || epoch_millis"}
}}}
}
"settings":{"number_of_shards": 3,"number_of_replicas": 1},
"mappings":{
"novel":{
"properties":{
"word_count":{"type":"integer"},
"author":{"type":"keyword"},
"title":{"type":"text"},
"publish_date":{"type":"date","format":"yyyy-MM-dd HH:mm:ss || yyyy-MM-dd || epoch_millis"}
}}}
}
{
"settings":{"number_of_shards": 3,"number_of_replicas": 1},
"mappings":{"man":{"properties":{"name":{"type":"text"},"country":{"type":"keyword"},
"age":{"type":"integer"},"date":{"type":"date","format":"yyyy-MM-dd HH:mm:ss || yyyy-MM-dd || epoch_millis"}
}
},
"woman":{
}
}
}
"settings":{"number_of_shards": 3,"number_of_replicas": 1},
"mappings":{"man":{"properties":{"name":{"type":"text"},"country":{"type":"keyword"},
"age":{"type":"integer"},"date":{"type":"date","format":"yyyy-MM-dd HH:mm:ss || yyyy-MM-dd || epoch_millis"}
}
},
"woman":{
}
}
}