package md const ZhiosRealNewsData = "zhios_real_news_data" const ZhiosRealNewsDataField = ` { "settings" : { "number_of_shards" : 2, "number_of_replicas" : 1 }, "mappings":{ "properties":{ "id":{ "type": "integer" }, "key":{ "type": "keyword" }, "cate_id":{ "type": "keyword" }, "images":{ "type": "keyword" }, "platform":{ "type": "keyword" }, "content":{ "type": "keyword" }, "old_content":{ "type": "keyword" }, "start_time":{ "type": "integer" } } } }`