Skip to content

Commit

Permalink
Merge pull request #4132 from MJedr/add-mapping
Browse files Browse the repository at this point in the history
workflow: update mapping with new fields
  • Loading branch information
MJedr authored Nov 5, 2021
2 parents fae46d3 + e687b68 commit 81268e2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions inspirehep/modules/workflows/mappings/v7/holdingpen/hep.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"is-update": {
"type": "boolean"
},
"approved": {
"type": "boolean"
},
"matches": {
"type": "object"
},
Expand Down Expand Up @@ -72,9 +75,24 @@
},
"type": "object"
},
"abstracts": {
"properties": {
"source": {
"type": "keyword"
},
"value": {
"type": "text",
"copy_to": "_all"
}
},
"type": "object"
},
"control_number": {
"type": "integer"
},
"core": {
"type": "boolean"
},
"dois": {
"properties": {
"material": {
Expand Down

0 comments on commit 81268e2

Please sign in to comment.