Package org.ametys.web.indexing.solr
Interface SolrWebFieldNames
- All Superinterfaces:
SolrFieldNames
- All Known Subinterfaces:
SolrWorkspacesConstants
- All Known Implementing Classes:
AbstractSearchGenerator
,FrontODFSearch
,SearchGenerator
,SearchResourcesGenerator
,SolrPageIndexer
,SolrProjectIndexer
,SolrProjectResourceIndexer
Constants for Solr field names related to indexation of contents / pages...
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The id of the page for an attachmentstatic final String
The contained content ids.static final String
Content interesting dates (creation or start date etc...)static final String
Date sortingstatic final String
Date facet field.static final String
Prefix for facetable content fieldstatic final String
Lastname sortingstatic final String
The ids of the ancestors of the pagestatic final String
The contained content types.static final String
The depth of the page in the sitemap.static final String
Page Id field name for resources or contents.static final String
Page title field name.static final String
The ids of the outgoing references to resources or folders of resources (displayed in this page by a service, attachments of this page...)static final String
The id of the parent of the pagestatic final String
Page title field name.static final String
Page template.static final String
The ids of visible page attachmentsstatic final String
Title of the ancestor page with the section tagstatic final String
Service ids field name.static final String
Shared field name.static final String
Site name.static final String
Site type.static final String
Solr specific : Site map name.static final String
Page template.static final String
Page document type.static final String
Document type for a resource of a page (page attachment)Fields inherited from interface org.ametys.cms.content.indexing.solr.SolrFieldNames
ACL_INIT_VALUE_ALLOWED_GROUPS, ACL_INIT_VALUE_ALLOWED_USERS, ACL_INIT_VALUE_ANONYMOUS, ACL_INIT_VALUE_ANYCONNECTED, ACL_INIT_VALUE_DENIED_GROUPS, ACL_INIT_VALUE_DENIED_USERS, ALL_CONTENT_TYPES, ALL_MIXIN_TYPES, ALL_TAGS, ATTACHMENT_CONTENT_ID, CONTENT_COMMENTS_NONVALIDATED, CONTENT_COMMENTS_VALIDATED, CONTENT_CREATOR, CONTENT_FIRST_VALIDATOR, CONTENT_LANGUAGE, CONTENT_LANGUAGES, CONTENT_LAST_CONTRIBUTOR, CONTENT_LAST_MAJOR_VALIDATOR, CONTENT_LAST_VALIDATOR, CONTENT_NAME, CONTENT_OUTGOING_REFEERENCES_RESOURCE_IDS, CONTENT_TITLES, CONTENT_TYPE_RESOURCE, CONTENT_TYPES, CONTENT_VISIBLE_ATTACHMENT_RESOURCE_IDS, CREATION_DATE, DC_CONTRIBUTOR, DC_COVERAGE, DC_CREATOR, DC_DATE, DC_DESCRIPTION, DC_FORMAT, DC_IDENTIFIER, DC_LANGUAGE, DC_PUBLISHER, DC_RELATION, DC_RIGHTS, DC_SOURCE, DC_SUBJECT, DC_TITLE, DC_TYPE, DOCUMENT_TYPE, EXACT_WS_OPERATOR, EXCERPT, FILENAME, FULL, ID, ID_DV, IS_AMETYS_OBJECT, LANGUAGE_SEPARATOR, LAST_MODIFIED, LENGTH, MIME_TYPES, MIXIN_TYPES, PATH, PSEUDO_CONTENT_TYPE_VALUE_RESOURCE, PSEUDO_CONTENT_TYPES, REPEATER_ENTRY_POSITION, RESOURCE_ANCESTOR_AND_SELF_IDS, RESOURCE_ANCESTOR_IDS, RESOURCE_CREATOR, RESOURCE_DATE, RESOURCE_LAST_MODIFIED, RESOURCE_MIME_TYPE_GROUP, RESOURCE_ROOT_ID, SIMPLE_CONTENT_PARENTS, STEMMED_OPERATOR, SUB_CONTENT, SYSTEM_FULL, TAGS, TITLE, TITLE_SORT, TYPE_CONTENT, TYPE_CONTENT_ATTACHMENT_RESOURCE, TYPE_CONTENT_ATTRIBUTE_RESOURCE, TYPE_REPEATER, TYPE_RESOURCE, TYPE_WF_ENTRY, TYPE_WF_STEP, WORKFLOW_CURRENT_STEPS, WORKFLOW_CURRENT_STEPS_DV, WORKFLOW_ENTRY_STATE, WORKFLOW_HISTORY_STEPS, WORKFLOW_HISTORY_STEPS_DV, WORKFLOW_NAME, WORKFLOW_REF, WORKFLOW_REF_DV, WORKFLOW_STEP_ACTIONID, WORKFLOW_STEP_CALLER, WORKFLOW_STEP_DUEDATE, WORKFLOW_STEP_FINISHDATE, WORKFLOW_STEP_ID, WORKFLOW_STEP_OWNER, WORKFLOW_STEP_STARTDATE, WORKFLOW_STEP_STATUS
-
Field Details
-
CONTENT_INTERESTING_DATES
Content interesting dates (creation or start date etc...)- See Also:
-
FACETABLE_CONTENT_FIELD_PREFIX
Prefix for facetable content field- See Also:
-
PAGE_IDS
Page Id field name for resources or contents.- See Also:
-
PAGE_ANCESTOR_IDS
The ids of the ancestors of the page- See Also:
-
PAGE_PARENT_ID
The id of the parent of the page- See Also:
-
SITE_NAME
Site name.- See Also:
-
SITE_TYPE
Site type.- See Also:
-
SITEMAP_NAME
Solr specific : Site map name.- See Also:
-
SHARED
Shared field name.- See Also:
-
PAGE_TITLE
Page title field name.- See Also:
-
PAGE_LONG_TITLE
Page title field name.- See Also:
-
TEMPLATE
Page template.- See Also:
-
PAGE_TYPE
Page template.- See Also:
-
PAGE_DEPTH
The depth of the page in the sitemap.- See Also:
-
CONTENT_IDS
The contained content ids.- See Also:
-
PAGE_CONTENT_TYPES
The contained content types.- See Also:
-
SERVICE_IDS
Service ids field name.- See Also:
-
PAGE_OUTGOING_REFEERENCES_RESOURCE_IDS
The ids of the outgoing references to resources or folders of resources (displayed in this page by a service, attachments of this page...)- See Also:
-
PAGE_VISIBLE_ATTACHMENT_RESOURCE_IDS
The ids of visible page attachments- See Also:
-
TYPE_PAGE
Page document type.- See Also:
-
TYPE_PAGE_RESOURCE
Document type for a resource of a page (page attachment)- See Also:
-
SECTION_PAGE_TITLE
Title of the ancestor page with the section tag- See Also:
-
DATES_FACET
Date facet field.- See Also:
-
DATE_FOR_SORTING
Date sorting- See Also:
-
LASTNAME_FOR_SORTING
Lastname sorting- See Also:
-
ATTACHMENT_PAGE_ID
The id of the page for an attachment- See Also:
-