{
"zadolbali" : {
"aliases" : { },
"mappings" : {
"stories" : {
"properties" : {
"id" : {
"type" : "integer"
},
"likes" : {
"type" : "integer"
},
"published" : {
"type" : "date",
"format" : "yyyyMMdd"
},
"tags" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"text" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"title" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"url" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
}
}
},
"story" : {
"properties" : {
"id" : {
"type" : "integer"
},
"likes" : {
"type" : "integer"
},
"published" : {
"type" : "date",
"format" : "yyyyMMdd"
},
"tags" : {
"type" : "text"
},
"text" : {
"type" : "text"
},
"title" : {
"type" : "text"
},
"url" : {
"type" : "text"
}
}
}
},
"settings" : {
"index" : {
"creation_date" : "1509882560528",
"number_of_shards" : "5",
"number_of_replicas" : "1",
"uuid" : "bPio5U0rRG6WPetRLzMvnQ",
"version" : {
"created" : "5060399"
},
"provided_name" : "zadolbali"
}
}
}
}