From 475856250e598216366ed1982e523e883b652139 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 23 May 2019 11:43:50 -0700 Subject: add 'superceded' release extra flag to elastic schema --- guide/src/entity_release.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'guide/src/entity_release.md') diff --git a/guide/src/entity_release.md b/guide/src/entity_release.md index d9943d2a..872708a2 100644 --- a/guide/src/entity_release.md +++ b/guide/src/entity_release.md @@ -163,15 +163,13 @@ complete or correct in more obscure cases. - `aliases` (array of strings) for additional titles this release might be known by - `container_name` (string) if not matched to a container entity -- `subtitle` (string) - `group-title` (string) for releases within an collection/group - `translation_of` (release identifier) if this release is a translation of another (usually under the same work) -- `withdrawn_date` (string, ISO date format): if this release has been - retracted (post-publication) or withdrawn (pre- or post-publication), this is - the datetime of that event. Retractions also result in a `retraction` release - under the same `work` entity. This is intended to migrate from "extra" to a - full release entity field. +- `superceded` (boolean) if there is another release under the same work that + should be referenced/indicated instead. Intended as a temporary hint until + proper work-based search is implemented. As an example use, all arxiv release + versions except for the most recent get this set. #### `release_type` Vocabulary -- cgit v1.2.3