kibana/test/functional/fixtures/es_archiver/hamlet/mappings.json
2019-01-30 09:08:58 -05:00

25 lines
438 B
JSON

{
"type": "index",
"value": {
"index": "testlargestring",
"settings": {
"index": {
"number_of_shards": "5",
"number_of_replicas": "1"
}
},
"mappings": {
"properties": {
"mybook": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}
}
}