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
public interface SolrWebFieldNames extends SolrFieldNames
Constants for Solr field names related to indexation of contents / pages...
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTACHMENT_PAGE_ID
The id of the page for an attachmentstatic String
CONTENT_IDS
The contained content ids.static String
CONTENT_INTERESTING_DATES
Content interesting dates (creation or start date etc...)static String
DATE_FOR_SORTING
Date sortingstatic String
DATES_FACET
Date facet field.static String
FACETABLE_CONTENT_FIELD_PREFIX
Prefix for facetable content fieldstatic String
LASTNAME_FOR_SORTING
Lastname sortingstatic String
ORPHAN
Orphan field name.static String
PAGE_ANCESTOR_IDS
The ids of the ancestors of the pagestatic String
PAGE_CONTENT_TYPES
The contained content types.static String
PAGE_DEPTH
The depth of the page in the sitemap.static String
PAGE_IDS
Page Id field name for resources or contents.static String
PAGE_LONG_TITLE
Page title field name.static String
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...)static String
PAGE_PARENT_ID
The id of the parent of the pagestatic String
PAGE_TITLE
Page title field name.static String
PAGE_TYPE
Page template.static String
PAGE_VISIBLE_ATTACHMENT_RESOURCE_IDS
The ids of visible page attachmentsstatic String
PRIVACY
Content privacy field name.static String
SECTION_PAGE_TITLE
Title of the ancestor page with the section tagstatic String
SERVICE_IDS
Service ids field name.static String
SHARED
Shared field name.static String
SITE_NAME
Site name.static String
SITE_TYPE
Site type.static String
SITEMAP_NAME
Solr specific : Site map name.static String
TEMPLATE
Page template.static String
TYPE_PAGE
Page document type.static String
TYPE_PAGE_RESOURCE
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, CONTENT_COMMENTS_NONVALIDATED, CONTENT_COMMENTS_VALIDATED, CONTENT_CREATOR, CONTENT_LANGUAGE, CONTENT_LANGUAGES, CONTENT_LAST_CONTRIBUTOR, 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, EXCERPT, FILENAME, FIRST_VALIDATION, FULL_EXACT_WS, FULL_GENERAL, FULL_PREFIX, FULL_STEMMED_PREFIX, ID, IS_AMETYS_OBJECT, LAST_MAJOR_VALIDATION, LAST_MODIFIED, LAST_VALIDATION, 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, SUB_CONTENT, 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, 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 Detail
-
CONTENT_INTERESTING_DATES
static final String CONTENT_INTERESTING_DATES
Content interesting dates (creation or start date etc...)- See Also:
- Constant Field Values
-
FACETABLE_CONTENT_FIELD_PREFIX
static final String FACETABLE_CONTENT_FIELD_PREFIX
Prefix for facetable content field- See Also:
- Constant Field Values
-
PAGE_IDS
static final String PAGE_IDS
Page Id field name for resources or contents.- See Also:
- Constant Field Values
-
PAGE_ANCESTOR_IDS
static final String PAGE_ANCESTOR_IDS
The ids of the ancestors of the page- See Also:
- Constant Field Values
-
PAGE_PARENT_ID
static final String PAGE_PARENT_ID
The id of the parent of the page- See Also:
- Constant Field Values
-
SITE_NAME
static final String SITE_NAME
Site name.- See Also:
- Constant Field Values
-
SITE_TYPE
static final String SITE_TYPE
Site type.- See Also:
- Constant Field Values
-
SITEMAP_NAME
static final String SITEMAP_NAME
Solr specific : Site map name.- See Also:
- Constant Field Values
-
ORPHAN
static final String ORPHAN
Orphan field name.- See Also:
- Constant Field Values
-
SHARED
static final String SHARED
Shared field name.- See Also:
- Constant Field Values
-
PRIVACY
static final String PRIVACY
Content privacy field name.- See Also:
- Constant Field Values
-
PAGE_TITLE
static final String PAGE_TITLE
Page title field name.- See Also:
- Constant Field Values
-
PAGE_LONG_TITLE
static final String PAGE_LONG_TITLE
Page title field name.- See Also:
- Constant Field Values
-
TEMPLATE
static final String TEMPLATE
Page template.- See Also:
- Constant Field Values
-
PAGE_TYPE
static final String PAGE_TYPE
Page template.- See Also:
- Constant Field Values
-
PAGE_DEPTH
static final String PAGE_DEPTH
The depth of the page in the sitemap.- See Also:
- Constant Field Values
-
CONTENT_IDS
static final String CONTENT_IDS
The contained content ids.- See Also:
- Constant Field Values
-
PAGE_CONTENT_TYPES
static final String PAGE_CONTENT_TYPES
The contained content types.- See Also:
- Constant Field Values
-
SERVICE_IDS
static final String SERVICE_IDS
Service ids field name.- See Also:
- Constant Field Values
-
PAGE_OUTGOING_REFEERENCES_RESOURCE_IDS
static final String 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:
- Constant Field Values
-
PAGE_VISIBLE_ATTACHMENT_RESOURCE_IDS
static final String PAGE_VISIBLE_ATTACHMENT_RESOURCE_IDS
The ids of visible page attachments- See Also:
- Constant Field Values
-
TYPE_PAGE
static final String TYPE_PAGE
Page document type.- See Also:
- Constant Field Values
-
TYPE_PAGE_RESOURCE
static final String TYPE_PAGE_RESOURCE
Document type for a resource of a page (page attachment)- See Also:
- Constant Field Values
-
SECTION_PAGE_TITLE
static final String SECTION_PAGE_TITLE
Title of the ancestor page with the section tag- 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
-
LASTNAME_FOR_SORTING
static final String LASTNAME_FOR_SORTING
Lastname sorting- See Also:
- Constant Field Values
-
ATTACHMENT_PAGE_ID
static final String ATTACHMENT_PAGE_ID
The id of the page for an attachment- See Also:
- Constant Field Values
-
-