alignment with current elastic-test instance mapping

This commit is contained in:
Enrico Ottonello 2021-01-07 11:35:33 +01:00
parent 5e8c38cc0b
commit 1ca29a2ebf
1 changed files with 34 additions and 2 deletions

View File

@ -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 @@
}
}
}
} }
}
}