程序包 | 说明 |
---|---|
org.opencms.search.fields |
These classes control the mapping of the OpenCms content to the Lucene search fields.
|
org.opencms.search.galleries |
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
|
org.opencms.workplace.tools.searchindex |
This package contains the tool classes for the management of search indexes and related administration views.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsSearchFieldMapping
Describes a mapping of a piece of content from an OpenCms VFS resource to a field of a search index.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<I_CmsSearchFieldMapping> |
CmsSearchField.getMappings()
Returns the mappings for this field.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSearchField.addMapping(I_CmsSearchFieldMapping mapping)
Adds a new field mapping to the internal list of mappings.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsGallerySearchFieldMapping
Special search field mapping class for the gallery search.
|
限定符和类型 | 字段和说明 |
---|---|
protected I_CmsSearchFieldMapping |
A_CmsMappingDialog.m_mapping
The user object that is edited on this dialog.
|