Skip to content

Commit

Permalink
initial commit for GN version 4.4.5 (cf georchestra/geonetwork#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Jun 20, 2024
1 parent f2e061c commit 8bb494a
Show file tree
Hide file tree
Showing 531 changed files with 22,046 additions and 51,265 deletions.
383 changes: 367 additions & 16 deletions config/codelist/external/thesauri/place/regions.rdf

Large diffs are not rendered by default.

17 changes: 4 additions & 13 deletions config/index/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"analysis": {
"analyzer": {
"pathAnalyzer": {
"type": "custom",
"tokenizer": "pathTokenizer"
}
},
Expand All @@ -12,6 +13,7 @@
"delimiter": "/",
"replacement": "/",
"skip": 0,
"buffer_size": 1024,
"reverse": false
}
}
Expand Down Expand Up @@ -43,15 +45,6 @@
}
}
},
{
"dateType": {
"match": "ft_*_d",
"mapping": {
"type": "double",
"format": ""
}
}
},
{
"dateTimeType": {
"match": "ft_*_dt",
Expand All @@ -66,7 +59,6 @@
"match": "ft_*_s",
"mapping": {
"type": "keyword",
"fielddata": true,
"copy_to": "any"
}
}
Expand All @@ -75,7 +67,7 @@
"stringPathType": {
"match": "ft_*_s_tree",
"mapping": {
"type": "keyword",
"type": "text",
"fielddata": true,
"analyzer": "pathAnalyzer",
"search_analyzer": "keyword"
Expand All @@ -86,8 +78,7 @@
"operationType": {
"match": "_op*",
"mapping": {
"type": "keyword",
"fielddata": true
"type": "keyword"
}
}
}
Expand Down
Loading

0 comments on commit 8bb494a

Please sign in to comment.