Interface EventIndexSchema
- All Superinterfaces:
org.opencastproject.elasticsearch.impl.IndexSchema
public interface EventIndexSchema
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 policystatic final StringThe key in the input documents representing the prefix to an access control entrystatic final StringId of the agent that will record.static final StringThe archive versionstatic final StringThe commentsstatic final StringThe contributorsstatic final StringThe creation datestatic final StringThe creatorstatic final StringThe event descriptionstatic final StringThe recording durationstatic final StringThe recording end datestatic final StringThe event statusstatic final StringThe key in the input documents representing the prefix to extended metadatastatic final StringThe has comments field namestatic final StringThe has open comments field namestatic final StringThe is published field namestatic final StringThe event languagestatic final StringThe licensestatic final StringThe event locationstatic final StringThe name of the managed ACL used by the event (if set)static final StringThe event has open comment that it needs cuttingstatic final StringThe recording objectstatic final StringThe organizationstatic final StringThe contributorsstatic final StringThe publicationsstatic final StringThe publisherstatic final StringThe recording statusstatic final StringThe rightsstatic final StringThe event series identifierstatic final StringThe event series namestatic final StringThe event sourcestatic final StringThe recording start datestatic final StringThe subjectstatic final StringThe ending time of the recording.static final StringThe technical presenters of the recording.static final StringThe start time of the recording.static final StringThe recording titlestatic final StringThe unique identifierstatic final StringThe workflow definition idstatic final StringThe workflow idstatic final StringThe workflow stateFields inherited from interface org.opencastproject.elasticsearch.impl.IndexSchema
SORT_FIELD_NAME_EXTENSION, TEXT, VERSION
-
Field Details
-
UID
The unique identifier- See Also:
-
ORGANIZATION
The organization- See Also:
-
OBJECT
The recording object- See Also:
-
SERIES_ID
The event series identifier- See Also:
-
SERIES_NAME
The event series name- See Also:
-
EXTENDED_METADATA_PREFIX
The key in the input documents representing the prefix to extended metadata- See Also:
-
ACCESS_POLICY
The access policy- 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 event (if set)- See Also:
-
HAS_COMMENTS
The has comments field name- See Also:
-
HAS_OPEN_COMMENTS
The has open comments field name- See Also:
-
COMMENTS
The comments- See Also:
-
NEEDS_CUTTING
The event has open comment that it needs cutting- See Also:
-
PUBLICATION
The publications- See Also:
-
IS_PUBLISHED
The is published field name- See Also:
-
EVENT_STATUS
The event status- See Also:
-
DESCRIPTION
The event description- See Also:
-
LOCATION
The event location- See Also:
-
LANGUAGE
The event language- See Also:
-
TITLE
The recording title- See Also:
-
START_DATE
The recording start date- See Also:
-
END_DATE
The recording end date- See Also:
-
DURATION
The recording duration- See Also:
-
CONTRIBUTOR
The contributors- See Also:
-
PRESENTER
The contributors- See Also:
-
SUBJECT
The subject- See Also:
-
SOURCE
The event source- See Also:
-
CREATED
The creation date- See Also:
-
CREATOR
The creator- See Also:
-
PUBLISHER
The publisher- See Also:
-
LICENSE
The license- See Also:
-
RIGHTS
The rights- See Also:
-
WORKFLOW_STATE
The workflow state- See Also:
-
WORKFLOW_ID
The workflow id- See Also:
-
WORKFLOW_DEFINITION_ID
The workflow definition id- See Also:
-
RECORDING_STATUS
The recording status- See Also:
-
AGENT_ID
Id of the agent that will record.- See Also:
-
TECHNICAL_END
The ending time of the recording.- See Also:
-
TECHNICAL_START
The start time of the recording.- See Also:
-
TECHNICAL_PRESENTERS
The technical presenters of the recording.- See Also:
-
ARCHIVE_VERSION
The archive version- See Also:
-