org.opencms.workplace.tools.searchindex |
This package contains the tool classes for the management of search indexes and related administration views.
@version $Revision: 1.3 $
@since 6.0.0
|
Java Source File Name | Type | Comment |
A_CmsEditIndexSourceDialog.java | Class | Abstract dialog class for editing or creating a
org.opencms.search.CmsSearchIndexSource .
The
A_CmsEditIndexSourceDialog.PARAM_INDEXSOURCE ("indexsource") is supported
by means of widget technology (setter / getter).
Also - for accessing search functionality a member
A_CmsEditIndexSourceDialog.m_searchManager
is accessible for implementations. |
A_CmsEditSearchIndexDialog.java | Class | Abstract dialog class for all dialogs that work on a CmsSearchIndex .
The
A_CmsEditSearchIndexDialog.PARAM_INDEXNAME ("searchindex") is supported
by means of widget technology (setter / getter).
Also - for accessing search functionality a member
A_CmsEditSearchIndexDialog.m_searchManager
is accessible for implementations. |
A_CmsEmbeddedListDialog.java | Class | A list dialog that may be embedded in
the output of other
org.opencms.workplace.CmsDialog instances.
With std. |
A_CmsFieldConfigurationDialog.java | Class | |
A_CmsFieldDialog.java | Class | |
A_CmsMappingDialog.java | Class | |
CmsDeleteFieldConfigurationDialog.java | Class | |
CmsDeleteFieldDialog.java | Class | |
CmsDeleteIndexSourceDialog.java | Class | |
CmsDeleteSearchIndexDialog.java | Class | |
CmsDocumentTypeAddList.java | Class | A list that displays the document types of the system that are not assigned to
a request parameter given
org.opencms.search.CmsSearchIndexSource ("indexsource") and
offers add single- and multi-actions that add those document types to the current
indexsource.
This list is no stand-alone page but has to be embedded in another dialog
(see
org.opencms.workplace.tools.searchindex.A_CmsEmbeddedListDialog . |
CmsDocumentTypeList.java | Class | A list that displays the document types of a request parameter given
org.opencms.search.CmsSearchIndexSource ("indexsource"). |
CmsDocumentTypeRemoveList.java | Class | A list that displays the document types of the system that are assigned to
a request parameter given
org.opencms.search.CmsSearchIndexSource ("indexsource") and
offers single- and multi-actions that remove those document types to the current
indexsource.
This list is no stand-alone page but has to be embedded in another dialog
(see
org.opencms.workplace.tools.searchindex.A_CmsEmbeddedListDialog . |
CmsEditFieldConfigurationDialog.java | Class | |
CmsEditFieldDialog.java | Class | |
CmsEditIndexSourceDialog.java | Class | |
CmsEditMappingDialog.java | Class | |
CmsEditSearchIndexDialog.java | Class | |
CmsFieldsList.java | Class | A list that displays the fields of a request parameter given
org.opencms.search.fields.CmsSearchFieldConfiguration ("fieldconfiguration"). |
CmsHookList.java | Class | A list intended for sublclassing that triggers "listlet" operations that may
access a on a "peer" object
that is provided by a template method to implement in subclasses. |
CmsHookListSearchCategory.java | Class | A hook on the list of categories of the CmsSearchParameters
(see
org.opencms.search.CmsSearchParameters.setCategories(List) )
that will set the page to display of the search parameters to start (1) whenever
a change in the amount of categories takes place. |
CmsIndexingReport.java | Class | |
CmsIndexingReportThread.java | Class | |
CmsMappingsList.java | Class | A list that displays the mappings of a request parameter given
org.opencms.search.fields.CmsSearchField ("field"). |
CmsOverviewFieldConfigurationDialog.java | Class | |
CmsOverviewFieldDialog.java | Class | |
CmsOverviewIndexSourceDialog.java | Class | |
CmsOverviewSearchIndexDialog.java | Class | |
CmsRebuildReport.java | Class | |
CmsRebuildSearchIndexDialog.java | Class | |
CmsSearchFieldConfigurationList.java | Class | A list that displays information about the
org.opencms.search.fields.CmsSearchFieldConfiguration
that are members of the
org.opencms.search.CmsSearchIndex
in the current request scope (param "searchindex").
This list is stand-alone displayable (not to embed in another dialog) and
offers single actions within the rows related to the current selected field configuration
which has to be found by the request parameter . |
CmsSearchIndexList.java | Class | |
CmsSearchIndexSourceAddList.java | Class | A list that displays the
org.opencms.search.CmsSearchIndexSource
instances that are not members of the
org.opencms.search.CmsSearchIndex
in the current request scope (param "searchindex" and allows to add them to the index.
This list is no stand-alone page but has to be embedded in another dialog
(see
org.opencms.workplace.tools.searchindex.A_CmsEmbeddedListDialog . |
CmsSearchIndexSourceAssignResourcesWidget.java | Class | |
CmsSearchIndexSourceControlList.java | Class | A list that displays information about the
org.opencms.search.CmsSearchIndexSource
that are members of the
org.opencms.search.CmsSearchIndex
in the current request scope (param "searchindex").
Unlike
org.opencms.workplace.tools.searchindex.CmsSearchIndexSourceList
this list is stand-alone displayable (not to embed in another dialog) and
offers single actions within the rows related to the current selected indexsource
which has to be found by the request parameter . |
CmsSearchIndexSourceList.java | Class | A list that displays information about the
org.opencms.search.CmsSearchIndexSource
that are members of the
org.opencms.search.CmsSearchIndex
in the current request scope (param "searchindex").
This list is no stand-alone page but has to be embedded in another dialog
(see
org.opencms.workplace.tools.searchindex.A_CmsEmbeddedListDialog . |
CmsSearchIndexSourceRemoveList.java | Class | A list that displays the
org.opencms.search.CmsSearchIndexSource
instances of the OpenCms system that are assigned to the
org.opencms.search.CmsSearchIndex in the current request scope (param "searchindex") and allows to remove those sources to the
current searchindex.
This list is no stand-alone page but has to be embedded in another dialog
(see
org.opencms.workplace.tools.searchindex.A_CmsEmbeddedListDialog . |
CmsSearchResourcesList.java | Class | A list that displays the search resources of a request parameter given
org.opencms.search.CmsSearchIndexSource ("indexsource"). |
CmsSearchResultView.java | Class | Displays the result of a
org.opencms.search.CmsSearch .
Requires the following request parameters (see constructor):
-
index:
the String identifying the required search index. |
CmsSearchToolHandler.java | Class | |
CmsSearchWidgetDialog.java | Class | A
org.opencms.workplace.CmsWidgetDialog that performs a
search on the
org.opencms.search.CmsSearchIndex identified
by request parameter
org.opencms.workplace.tools.searchindex.A_CmsEditSearchIndexDialog.PARAM_INDEXNAME
using an instance of
org.opencms.search.CmsSearchParameters
as widget object to fill. |
Messages.java | Class | |