Skip to content

Commit

Permalink
Hotfix ->mapping rolled back to Kirs last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
StigNorland committed Nov 27, 2023
1 parent 44d448c commit 7fb86cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@
}
}


52 changes: 1 addition & 51 deletions indexing-handlers/src/main/resources/resources_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"type": "keyword"
},
"labels": {
"include_in_parent": true,
"type": "nested"
}
}
Expand All @@ -27,33 +26,6 @@
"properties": {
"id": {
"type": "keyword"
},
"name": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword"
}
}
}
}
},
"affiliations": {
"type": "nested",
"include_in_parent": true,
"properties": {
"labels": {
"type": "nested",
"include_in_parent": true
},
"id": {
"type": "text",
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
}
}
}
}
Expand Down Expand Up @@ -110,37 +82,15 @@
"type": "nested",
"include_in_parent": true,
"properties": {
"id": {
"type": "text",
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
}
},
"identifier": {
"type": "keyword"
},
"source": {
"type": "nested",
"include_in_parent": true,
"properties": {
"identifier": {
"type": "keyword"
},
"id": {
"type": "text",
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
}
},
"labels": {
"type": "nested",
"include_in_parent": true
"type": "nested"
}
}
}
Expand Down

0 comments on commit 7fb86cf

Please sign in to comment.