Interface SolrFieldNames
-
- All Known Subinterfaces:
SolrWebFieldNames
,SolrWorkspacesConstants
- All Known Implementing Classes:
AbstractSearchGenerator
,FrontODFSearch
,SearchGenerator
,SearchResourcesGenerator
,SolrContentIndexer
,SolrPageIndexer
,SolrProjectIndexer
,SolrProjectResourceIndexer
,SolrResourceIndexer
,SolrWorkflowIndexer
public interface SolrFieldNames
Constants for Solr field names related to indexation.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACL_INIT_VALUE_ALLOWED_GROUPS
Constant for initial value of read-access for allowed groupsstatic String
ACL_INIT_VALUE_ALLOWED_USERS
Constant for initial value of read-access for allowed usersstatic String
ACL_INIT_VALUE_ANONYMOUS
Constant for initial value of read-access for anonymous userstatic String
ACL_INIT_VALUE_ANYCONNECTED
Constant for initial value of read-access for any connected userstatic String
ACL_INIT_VALUE_DENIED_GROUPS
Constant for initial value of read-access for denied groupsstatic String
ACL_INIT_VALUE_DENIED_USERS
Constant for initial value of read-access for denied usersstatic String
ALL_CONTENT_TYPES
All content types field name.static String
ALL_MIXIN_TYPES
All mixin types field name.static String
ALL_TAGS
All tags (including parent ones).static String
ATTACHMENT_CONTENT_ID
The id of the content for an attachmentstatic String
CONTENT_COMMENTS
Comments status of a content.static String
CONTENT_COMMENTS_NONVALIDATED
Non-validated comments of a content.static String
CONTENT_COMMENTS_VALIDATED
Validated comments of a content.static String
CONTENT_CREATOR
Content creator field name.static String
CONTENT_LANGUAGE
Content language field name.static String
CONTENT_LANGUAGES
Content languages field.static String
CONTENT_LAST_CONTRIBUTOR
Content last contributor field name.static String
CONTENT_NAME
Content name field name.static String
CONTENT_OUTGOING_REFEERENCES_RESOURCE_IDS
The ids of the outgoing references to resources or folders of resources (as metadata, in docbooks, attachments of this content...)static String
CONTENT_TITLES
Content titles field name.static String
CONTENT_TYPE_RESOURCE
The dummy "content type" of a resource.static String
CONTENT_TYPES
Content types field name.static String
CONTENT_VISIBLE_ATTACHMENT_RESOURCE_IDS
The ids of visible content attachmentsstatic String
CREATION_DATE
Creation date field name.static String
DATE_FOR_SORTING
Date sortingstatic String
DATES_FACET
Date facet field.static String
DC_CONTRIBUTOR
Dublin Core contributor.static String
DC_COVERAGE
Dublin Core coverage.static String
DC_CREATOR
Dublin Core creator.static String
DC_DATE
Dublin Core date.static String
DC_DESCRIPTION
Dublin Core description.static String
DC_FORMAT
Dublin Core format.static String
DC_IDENTIFIER
Dublin Core identifier.static String
DC_LANGUAGE
Dublin Core language.static String
DC_PUBLISHER
Dublin Core publisher.static String
DC_RELATION
Dublin Core relation.static String
DC_RIGHTS
Dublin Core rights.static String
DC_SOURCE
Dublin Core source.static String
DC_SUBJECT
Dublin Core subject.static String
DC_TITLE
Dublin Core title.static String
DC_TYPE
Dublin Core type.static String
DOCUMENT_TYPE
Document type.static String
EXCERPT
Resource excerpt field name.static String
FILENAME
The file name for resources.static String
FIRST_VALIDATION
First validation date field name.static String
FULL_EXACT_WS
Full-text with simple white-space tokenization.static String
FULL_GENERAL
Full-text field name with general text indexation.static String
FULL_PREFIX
Unstemmed full-text field prefixstatic String
FULL_STEMMED_PREFIX
Stemmed full-text field prefix.static String
ID
Id field name.static String
IS_AMETYS_OBJECT
Constant for indicating if it is anAmetysObject
.static String
LAST_MAJOR_VALIDATION
Last major validation date field name.static String
LAST_MODIFIED
Last modified date field name.static String
LAST_VALIDATION
Last validation date field name.static String
LENGTH
The length of a resource.static String
MIME_TYPES
The mime type for resources.static String
MIXIN_TYPES
Mixin types field name.static String
PATH
The resource pathstatic String
PSEUDO_CONTENT_TYPE_VALUE_RESOURCE
Pseudo content type value for a resourcestatic String
PSEUDO_CONTENT_TYPES
Pseudo content types field name.static String
REPEATER_ENTRY_POSITION
Repeater entry position.static String
RESOURCE_ANCESTOR_AND_SELF_IDS
The ids of the ancestors of the resource and the resource itselfstatic String
RESOURCE_ANCESTOR_IDS
The ids of the ancestors of the resource (i.e.static String
RESOURCE_CREATOR
The resource authorstatic String
RESOURCE_DATE
The resource datestatic String
RESOURCE_LAST_MODIFIED
Last modified date field name.static String
RESOURCE_MIME_TYPE_GROUP
Group of MIME-Type of the resourcestatic String
RESOURCE_ROOT_ID
The resource root IDstatic String
SIMPLE_CONTENT_PARENTS
Constant for parents of the content, i.e.static String
SUB_CONTENT
Sub-content field name.static String
TAGS
Tags field name.static String
TITLE
Title field name.static String
TITLE_SORT
Page title for sorting field name.static String
TYPE_CONTENT
Document type for a contentstatic String
TYPE_CONTENT_ATTACHMENT_RESOURCE
Document type for a resource of a content (as a content attachment)static String
TYPE_CONTENT_ATTRIBUTE_RESOURCE
Document type for a resource of a content (as an attribute of content)static String
TYPE_REPEATER
Document type for a content repeaterstatic String
TYPE_RESOURCE
Document type for a resourcestatic String
TYPE_WF_ENTRY
Document type for a workflow entry.static String
TYPE_WF_STEP
Document type for a workflow step.static String
WORKFLOW_CURRENT_STEPS
Constant for workflow current steps field.static String
WORKFLOW_CURRENT_STEPS_DV
Constant for workflow current steps field (with suffix).static String
WORKFLOW_ENTRY_STATE
Constant for workflow entry state field.static String
WORKFLOW_HISTORY_STEPS
Constant for workflow history steps field.static String
WORKFLOW_HISTORY_STEPS_DV
Constant for workflow history steps field (with suffix).static String
WORKFLOW_NAME
Constant for workflow name field.static String
WORKFLOW_REF
Constant for workflow reference field (on the AmetysObject itself).static String
WORKFLOW_REF_DV
Constant for workflow reference field with suffix (on the AmetysObject itself).static String
WORKFLOW_STEP
The content current workflow step.static String
WORKFLOW_STEP_ACTIONID
Constant for workflow step action ID field.static String
WORKFLOW_STEP_CALLER
Constant for workflow step caller field.static String
WORKFLOW_STEP_DUEDATE
Constant for workflow step due date field.static String
WORKFLOW_STEP_FINISHDATE
Constant for workflow step finish date field.static String
WORKFLOW_STEP_ID
Constant for workflow step ID field.static String
WORKFLOW_STEP_OWNER
Constant for workflow step owner field.static String
WORKFLOW_STEP_STARTDATE
Constant for workflow step start date field.static String
WORKFLOW_STEP_STATUS
Constant for workflow step status field.
-
-
-
Field Detail
-
DOCUMENT_TYPE
static final String DOCUMENT_TYPE
Document type.- See Also:
- Constant Field Values
-
REPEATER_ENTRY_POSITION
static final String REPEATER_ENTRY_POSITION
Repeater entry position.- See Also:
- Constant Field Values
-
TYPE_CONTENT
static final String TYPE_CONTENT
Document type for a content- See Also:
- Constant Field Values
-
TYPE_REPEATER
static final String TYPE_REPEATER
Document type for a content repeater- See Also:
- Constant Field Values
-
TYPE_RESOURCE
static final String TYPE_RESOURCE
Document type for a resource- See Also:
- Constant Field Values
-
TYPE_CONTENT_ATTACHMENT_RESOURCE
static final String TYPE_CONTENT_ATTACHMENT_RESOURCE
Document type for a resource of a content (as a content attachment)- See Also:
- Constant Field Values
-
TYPE_CONTENT_ATTRIBUTE_RESOURCE
static final String TYPE_CONTENT_ATTRIBUTE_RESOURCE
Document type for a resource of a content (as an attribute of content)- See Also:
- Constant Field Values
-
ATTACHMENT_CONTENT_ID
static final String ATTACHMENT_CONTENT_ID
The id of the content for an attachment- See Also:
- Constant Field Values
-
TYPE_WF_ENTRY
static final String TYPE_WF_ENTRY
Document type for a workflow entry.- See Also:
- Constant Field Values
-
TYPE_WF_STEP
static final String TYPE_WF_STEP
Document type for a workflow step.- See Also:
- Constant Field Values
-
ID
static final String ID
Id field name.- See Also:
- Constant Field Values
-
TITLE
static final String TITLE
Title field name.- See Also:
- Constant Field Values
-
TITLE_SORT
static final String TITLE_SORT
Page title for sorting field name.- See Also:
- Constant Field Values
-
FULL_PREFIX
static final String FULL_PREFIX
Unstemmed full-text field prefix- See Also:
- Constant Field Values
-
FULL_STEMMED_PREFIX
static final String FULL_STEMMED_PREFIX
Stemmed full-text field prefix.- See Also:
- Constant Field Values
-
FULL_GENERAL
static final String FULL_GENERAL
Full-text field name with general text indexation.- See Also:
- Constant Field Values
-
FULL_EXACT_WS
static final String FULL_EXACT_WS
Full-text with simple white-space tokenization.- See Also:
- Constant Field Values
-
LAST_MODIFIED
static final String LAST_MODIFIED
Last modified date field name.- See Also:
- Constant Field Values
-
CREATION_DATE
static final String CREATION_DATE
Creation date field name.- See Also:
- Constant Field Values
-
FIRST_VALIDATION
static final String FIRST_VALIDATION
First validation date field name.- See Also:
- Constant Field Values
-
LAST_VALIDATION
static final String LAST_VALIDATION
Last validation date field name.- See Also:
- Constant Field Values
-
LAST_MAJOR_VALIDATION
static final String LAST_MAJOR_VALIDATION
Last major validation date field name.- See Also:
- Constant Field Values
-
CONTENT_COMMENTS
static final String CONTENT_COMMENTS
Comments status of a content.- See Also:
- Constant Field Values
-
CONTENT_COMMENTS_VALIDATED
static final String CONTENT_COMMENTS_VALIDATED
Validated comments of a content.- See Also:
- Constant Field Values
-
CONTENT_COMMENTS_NONVALIDATED
static final String CONTENT_COMMENTS_NONVALIDATED
Non-validated comments of a content.- See Also:
- Constant Field Values
-
CONTENT_NAME
static final String CONTENT_NAME
Content name field name.- See Also:
- Constant Field Values
-
CONTENT_TYPES
static final String CONTENT_TYPES
Content types field name.- See Also:
- Constant Field Values
-
ALL_CONTENT_TYPES
static final String ALL_CONTENT_TYPES
All content types field name.- See Also:
- Constant Field Values
-
MIXIN_TYPES
static final String MIXIN_TYPES
Mixin types field name.- See Also:
- Constant Field Values
-
ALL_MIXIN_TYPES
static final String ALL_MIXIN_TYPES
All mixin types field name.- See Also:
- Constant Field Values
-
PSEUDO_CONTENT_TYPES
static final String PSEUDO_CONTENT_TYPES
Pseudo content types field name.- See Also:
- Constant Field Values
-
PSEUDO_CONTENT_TYPE_VALUE_RESOURCE
static final String PSEUDO_CONTENT_TYPE_VALUE_RESOURCE
Pseudo content type value for a resource- See Also:
- Constant Field Values
-
CONTENT_LANGUAGE
static final String CONTENT_LANGUAGE
Content language field name.- See Also:
- Constant Field Values
-
WORKFLOW_STEP
static final String WORKFLOW_STEP
The content current workflow step.- See Also:
- Constant Field Values
-
CONTENT_CREATOR
static final String CONTENT_CREATOR
Content creator field name.- See Also:
- Constant Field Values
-
CONTENT_LAST_CONTRIBUTOR
static final String CONTENT_LAST_CONTRIBUTOR
Content last contributor field name.- See Also:
- Constant Field Values
-
TAGS
static final String TAGS
Tags field name.- See Also:
- Constant Field Values
-
ALL_TAGS
static final String ALL_TAGS
All tags (including parent ones).- See Also:
- Constant Field Values
-
CONTENT_OUTGOING_REFEERENCES_RESOURCE_IDS
static final String CONTENT_OUTGOING_REFEERENCES_RESOURCE_IDS
The ids of the outgoing references to resources or folders of resources (as metadata, in docbooks, attachments of this content...)- See Also:
- Constant Field Values
-
CONTENT_VISIBLE_ATTACHMENT_RESOURCE_IDS
static final String CONTENT_VISIBLE_ATTACHMENT_RESOURCE_IDS
The ids of visible content attachments- See Also:
- Constant Field Values
-
CONTENT_TITLES
static final String CONTENT_TITLES
Content titles field name.- See Also:
- Constant Field Values
-
CONTENT_LANGUAGES
static final String CONTENT_LANGUAGES
Content languages field.- See Also:
- Constant Field Values
-
SUB_CONTENT
static final String SUB_CONTENT
Sub-content field name.- See Also:
- Constant Field Values
-
EXCERPT
static final String EXCERPT
Resource excerpt field name.- See Also:
- Constant Field Values
-
FILENAME
static final String FILENAME
The file name for resources.- See Also:
- Constant Field Values
-
PATH
static final String PATH
The resource path- See Also:
- Constant Field Values
-
MIME_TYPES
static final String MIME_TYPES
The mime type for resources.- See Also:
- Constant Field Values
-
LENGTH
static final String LENGTH
The length of a resource.- See Also:
- Constant Field Values
-
CONTENT_TYPE_RESOURCE
static final String CONTENT_TYPE_RESOURCE
The dummy "content type" of a resource.- See Also:
- Constant Field Values
-
RESOURCE_ROOT_ID
static final String RESOURCE_ROOT_ID
The resource root ID- See Also:
- Constant Field Values
-
RESOURCE_ANCESTOR_IDS
static final String RESOURCE_ANCESTOR_IDS
The ids of the ancestors of the resource (i.e. ids of the parent resource collections)- See Also:
- Constant Field Values
-
RESOURCE_ANCESTOR_AND_SELF_IDS
static final String RESOURCE_ANCESTOR_AND_SELF_IDS
The ids of the ancestors of the resource and the resource itself- See Also:
- Constant Field Values
-
RESOURCE_CREATOR
static final String RESOURCE_CREATOR
The resource author- See Also:
- Constant Field Values
-
RESOURCE_DATE
static final String RESOURCE_DATE
The resource date- See Also:
- Constant Field Values
-
RESOURCE_LAST_MODIFIED
static final String RESOURCE_LAST_MODIFIED
Last modified date field name.- See Also:
- Constant Field Values
-
DATES_FACET
static final String DATES_FACET
Date facet field.- See Also:
- Constant Field Values
-
DATE_FOR_SORTING
static final String DATE_FOR_SORTING
Date sorting- See Also:
- Constant Field Values
-
DC_TITLE
static final String DC_TITLE
Dublin Core title.- See Also:
- Constant Field Values
-
DC_CREATOR
static final String DC_CREATOR
Dublin Core creator.- See Also:
- Constant Field Values
-
DC_SUBJECT
static final String DC_SUBJECT
Dublin Core subject.- See Also:
- Constant Field Values
-
DC_DESCRIPTION
static final String DC_DESCRIPTION
Dublin Core description.- See Also:
- Constant Field Values
-
DC_PUBLISHER
static final String DC_PUBLISHER
Dublin Core publisher.- See Also:
- Constant Field Values
-
DC_CONTRIBUTOR
static final String DC_CONTRIBUTOR
Dublin Core contributor.- See Also:
- Constant Field Values
-
DC_DATE
static final String DC_DATE
Dublin Core date.- See Also:
- Constant Field Values
-
DC_TYPE
static final String DC_TYPE
Dublin Core type.- See Also:
- Constant Field Values
-
DC_FORMAT
static final String DC_FORMAT
Dublin Core format.- See Also:
- Constant Field Values
-
DC_IDENTIFIER
static final String DC_IDENTIFIER
Dublin Core identifier.- See Also:
- Constant Field Values
-
DC_SOURCE
static final String DC_SOURCE
Dublin Core source.- See Also:
- Constant Field Values
-
DC_LANGUAGE
static final String DC_LANGUAGE
Dublin Core language.- See Also:
- Constant Field Values
-
DC_RELATION
static final String DC_RELATION
Dublin Core relation.- See Also:
- Constant Field Values
-
DC_COVERAGE
static final String DC_COVERAGE
Dublin Core coverage.- See Also:
- Constant Field Values
-
DC_RIGHTS
static final String DC_RIGHTS
Dublin Core rights.- See Also:
- Constant Field Values
-
RESOURCE_MIME_TYPE_GROUP
static final String RESOURCE_MIME_TYPE_GROUP
Group of MIME-Type of the resource- See Also:
- Constant Field Values
-
WORKFLOW_REF
static final String WORKFLOW_REF
Constant for workflow reference field (on the AmetysObject itself).- See Also:
- Constant Field Values
-
WORKFLOW_REF_DV
static final String WORKFLOW_REF_DV
Constant for workflow reference field with suffix (on the AmetysObject itself).- See Also:
- Constant Field Values
-
WORKFLOW_NAME
static final String WORKFLOW_NAME
Constant for workflow name field.- See Also:
- Constant Field Values
-
WORKFLOW_ENTRY_STATE
static final String WORKFLOW_ENTRY_STATE
Constant for workflow entry state field.- See Also:
- Constant Field Values
-
WORKFLOW_HISTORY_STEPS
static final String WORKFLOW_HISTORY_STEPS
Constant for workflow history steps field.- See Also:
- Constant Field Values
-
WORKFLOW_HISTORY_STEPS_DV
static final String WORKFLOW_HISTORY_STEPS_DV
Constant for workflow history steps field (with suffix).- See Also:
- Constant Field Values
-
WORKFLOW_CURRENT_STEPS
static final String WORKFLOW_CURRENT_STEPS
Constant for workflow current steps field.- See Also:
- Constant Field Values
-
WORKFLOW_CURRENT_STEPS_DV
static final String WORKFLOW_CURRENT_STEPS_DV
Constant for workflow current steps field (with suffix).- See Also:
- Constant Field Values
-
WORKFLOW_STEP_ID
static final String WORKFLOW_STEP_ID
Constant for workflow step ID field.- See Also:
- Constant Field Values
-
WORKFLOW_STEP_ACTIONID
static final String WORKFLOW_STEP_ACTIONID
Constant for workflow step action ID field.- See Also:
- Constant Field Values
-
WORKFLOW_STEP_OWNER
static final String WORKFLOW_STEP_OWNER
Constant for workflow step owner field.- See Also:
- Constant Field Values
-
WORKFLOW_STEP_CALLER
static final String WORKFLOW_STEP_CALLER
Constant for workflow step caller field.- See Also:
- Constant Field Values
-
WORKFLOW_STEP_STARTDATE
static final String WORKFLOW_STEP_STARTDATE
Constant for workflow step start date field.- See Also:
- Constant Field Values
-
WORKFLOW_STEP_DUEDATE
static final String WORKFLOW_STEP_DUEDATE
Constant for workflow step due date field.- See Also:
- Constant Field Values
-
WORKFLOW_STEP_FINISHDATE
static final String WORKFLOW_STEP_FINISHDATE
Constant for workflow step finish date field.- See Also:
- Constant Field Values
-
WORKFLOW_STEP_STATUS
static final String WORKFLOW_STEP_STATUS
Constant for workflow step status field.- See Also:
- Constant Field Values
-
IS_AMETYS_OBJECT
static final String IS_AMETYS_OBJECT
Constant for indicating if it is anAmetysObject
.- See Also:
- Constant Field Values
-
ACL_INIT_VALUE_ANONYMOUS
static final String ACL_INIT_VALUE_ANONYMOUS
Constant for initial value of read-access for anonymous user- See Also:
- Constant Field Values
-
ACL_INIT_VALUE_ANYCONNECTED
static final String ACL_INIT_VALUE_ANYCONNECTED
Constant for initial value of read-access for any connected user- See Also:
- Constant Field Values
-
ACL_INIT_VALUE_ALLOWED_USERS
static final String ACL_INIT_VALUE_ALLOWED_USERS
Constant for initial value of read-access for allowed users- See Also:
- Constant Field Values
-
ACL_INIT_VALUE_DENIED_USERS
static final String ACL_INIT_VALUE_DENIED_USERS
Constant for initial value of read-access for denied users- See Also:
- Constant Field Values
-
ACL_INIT_VALUE_ALLOWED_GROUPS
static final String ACL_INIT_VALUE_ALLOWED_GROUPS
Constant for initial value of read-access for allowed groups- See Also:
- Constant Field Values
-
ACL_INIT_VALUE_DENIED_GROUPS
static final String ACL_INIT_VALUE_DENIED_GROUPS
Constant for initial value of read-access for denied groups- See Also:
- Constant Field Values
-
SIMPLE_CONTENT_PARENTS
static final String SIMPLE_CONTENT_PARENTS
Constant for parents of the content, i.e. all the ascending hierarchy (parent, grandparent, etc.). SeeContentType.getParentAttributeDefinition()
- See Also:
- Constant Field Values
-
-