Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add author first names #3605

Merged
merged 6 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 0 additions & 7 deletions cernopendata/jsonschemas/records/docs-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@
},
"type": "object"
},
"collections": {
"items": {
"title": "Collection",
"type": "object"
},
"type": "array"
},
"date_created": {
"items": {
"description": "The data-taking year for which the documentation was produced",
Expand Down
48 changes: 13 additions & 35 deletions cernopendata/mappings/os-v2/records/docs-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,9 @@
"copy_to": "facet_schema",
"type": "text"
},
"recid": {
"type": "integer",
"null_value": 0
},
"author": {
"type": "keyword"
},
"id": {
"type": "keyword"
},
"title": {
"type": "keyword"
},
"body": {
"properties": {
"content": {
Expand All @@ -41,28 +31,8 @@
"index": true,
"type": "text"
},
"collections": {
"properties": {
"experiment": {
"type": "keyword"
},
"facet_collections_primary": {
"index": true,
"type": "keyword"
},
"primary": {
"copy_to": "collections.facet_collections_primary",
"type": "keyword"
},
"secondary": {
"analyzer": "collections",
"type": "text"
},
"year": {
"analyzer": "collections",
"type": "text"
}
}
"featured": {
"type": "integer"
},
"files": {
"properties": {
Expand All @@ -74,7 +44,11 @@
}
}
},
"featured": {
"id": {
"type": "keyword"
},
"recid": {
"null_value": 0,
"type": "integer"
},
"short_description": {
Expand All @@ -101,8 +75,12 @@
"type": "keyword"
},
"title": {
"type": "keyword",
"fields": {"tokens": {"type": "text"}}
"fields": {
"tokens": {
"type": "text"
}
},
"type": "keyword"
},
"type": {
"properties": {
Expand Down
41 changes: 13 additions & 28 deletions cernopendata/mappings/os-v2/records/glossary-term-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,12 @@
"copy_to": "facet_schema",
"type": "text"
},
"recid": {
"type": "integer",
"null_value": 0
},
"id": {
"type": "keyword"
},
"anchor": {
"type": "keyword"
},
"title": {
"type": "keyword",
"fields": {"tokens": {"type": "text"}}
},
"category": {
"type": "keyword"
},
"collections": {
"properties": {
"facet_collections_primary": {
"index": true,
"type": "keyword"
},
"primary": {
"copy_to": "collections.facet_collections_primary",
"type": "keyword"
},
"secondary": {
"analyzer": "collections",
"type": "text"
}
}
},
"date_created": {
"type": "keyword"
},
Expand All @@ -54,13 +27,25 @@
"index": true,
"type": "keyword"
},
"id": {
"type": "keyword"
},
"recid": {
"null_value": 0,
"type": "integer"
},
"short_definition": {
"type": "text"
},
"term": {
"type": "keyword"
},
"title": {
"fields": {
"tokens": {
"type": "text"
}
},
"type": "keyword"
},
"type": {
Expand All @@ -69,7 +54,7 @@
"type": "keyword"
},
"secondary": {
"type": "keyword"
"type": "keyword"
}
}
}
Expand Down
Loading
Loading