Interface SeriesIndexSchema
- All Superinterfaces:
org.opencastproject.elasticsearch.impl.IndexSchema
public interface SeriesIndexSchema
extends org.opencastproject.elasticsearch.impl.IndexSchema
Interface defining the mapping between data and field names in the search index.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe access policy of the seriesstatic final StringThe key in the input documents representing the prefix to an access control entrystatic final StringThe contributors to the seriesstatic final StringThe date and time the series was created in UTC format e.g. 2011-07-16T20:39:05Zstatic final StringThe creator of the seriesstatic final StringThe description of the seriesstatic final StringThe key in the input documents representing the prefix to extended metadatastatic final StringThe language for the seriesstatic final StringThe license of the seriesstatic final StringThe name of the managed ACL used by the series (if set)static final Stringstatic final StringThe organization for the seriesstatic final StringThe organizers for the seriesstatic final StringThe publisher of the seriesstatic final StringThe rights holder for a seriesstatic final StringThe subject of the seriesstatic final StringThe theme used by the seriesstatic final StringThe series titlestatic final StringThe unique identifierFields inherited from interface org.opencastproject.elasticsearch.impl.IndexSchema
FUZZY_FIELDNAME_EXTENSION, SORT_FIELD_NAME_EXTENSION, TEXT, TEXT_FUZZY, VERSION
-
Field Details
-
UID
The unique identifier- See Also:
-
OBJECT
- See Also:
-
TITLE
The series title- See Also:
-
DESCRIPTION
The description of the series- See Also:
-
SUBJECT
The subject of the series- See Also:
-
ORGANIZATION
The organization for the series- See Also:
-
LANGUAGE
The language for the series- See Also:
-
CREATOR
The creator of the series- See Also:
-
LICENSE
The license of the series- See Also:
-
EXTENDED_METADATA_PREFIX
The key in the input documents representing the prefix to extended metadata- See Also:
-
ACCESS_POLICY
The access policy of the series- See Also:
-
ACL_PERMISSION_PREFIX
The key in the input documents representing the prefix to an access control entry- See Also:
-
MANAGED_ACL
The name of the managed ACL used by the series (if set)- See Also:
-
CREATED_DATE_TIME
The date and time the series was created in UTC format e.g. 2011-07-16T20:39:05Z- See Also:
-
ORGANIZERS
The organizers for the series- See Also:
-
CONTRIBUTORS
The contributors to the series- See Also:
-
PUBLISHERS
The publisher of the series- See Also:
-
RIGHTS_HOLDER
The rights holder for a series- See Also:
-
THEME
The theme used by the series- See Also:
-