Skip to content

Commit

Permalink
fix reset records json on 4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Nov 16, 2023
1 parent 819fb59 commit 62a18ff
Showing 1 changed file with 1 addition and 67 deletions.
68 changes: 1 addition & 67 deletions web/src/main/webResources/WEB-INF/data/config/index/records.json
Original file line number Diff line number Diff line change
Expand Up @@ -1023,15 +1023,6 @@
"mineral resources => http://inspire.ec.europa.eu/theme/mr"
]
}
},
"normalizer": {
"case_insensitive": {
"char_filter": [],
"filter": [
"lowercase", "asciifolding"
],
"type": "custom"
}
}
}
}
Expand Down Expand Up @@ -1171,19 +1162,6 @@
}
}
},
"langdut": {
"type": "text",
"analyzer": "dutch",
"copy_to": [
"any.langdut"
],
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": ${es.index.ignore_above}
}
}
},
"langita": {
"type": "text",
"analyzer": "italian",
Expand Down Expand Up @@ -1299,16 +1277,6 @@
"any.langdut"
]
},
"langdut": {
"type": "keyword",
"copy_to": ["any.langger"]
},
"langdut": {
"type": "keyword",
"copy_to": [
"any.langdut"
]
},
"langita": {
"type": "keyword",
"copy_to": ["any.langita"]
Expand Down Expand Up @@ -1343,14 +1311,6 @@
}
}
},
{
"org": {
"match": "*Org*",
"mapping": {
"type": "keyword"
}
}
},
{
"contact": {
"match": "*contact*",
Expand Down Expand Up @@ -1538,21 +1498,12 @@
"type": "keyword",
"copy_to": ["any.langger"]
},
"langdut": {
"type": "keyword",
"copy_to": ["any.langger"]
},
"langdut": {
"type": "keyword",
"copy_to": [
"any.langdut"
]
},
"langdut": {
"type": "keyword",
"copy_to": ["any.langdut"
]
},
"langita": {
"type": "keyword",
"copy_to": ["any.langita"]
Expand Down Expand Up @@ -1836,22 +1787,6 @@
}
}
},
"resourceTypeNameObject": {
"type": "object",
"properties": {
"default": {
"type": "keyword"
}
}
},
"resourceTypeNameObject": {
"type": "object",
"properties": {
"default": {
"type": "keyword"
}
}
},
"resourceIdentifier": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1934,8 +1869,7 @@
"type": "keyword"
},
"format": {
"type": "keyword",
"normalizer": "case_insensitive"
"type": "keyword"
},
"spatialRepresentationType": {
"type": "keyword"
Expand Down

0 comments on commit 62a18ff

Please sign in to comment.