alignment with current elastic-test instance mapping

new_es_mapping
Enrico Ottonello 3 years ago
parent 5e8c38cc0b
commit 1ca29a2ebf

@ -1,5 +1,5 @@
{
"catalog": {
"catalog" : {
"mappings" : {
"properties" : {
"aatSubjects" : {
@ -39,6 +39,19 @@
}
}
},
"archeologicalResourceType" : {
"properties" : {
"name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
}
}
},
"audience" : {
"type" : "text"
},
@ -134,6 +147,15 @@
"name" : {
"type" : "text"
},
"phone" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"type" : {
"type" : "text"
}
@ -357,6 +379,15 @@
"ignore_above" : 256
}
}
},
"postcode" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
}
}
},
@ -405,4 +436,5 @@
}
}
}
} }
}
}
Loading…
Cancel
Save