程序包 | 说明 |
---|---|
org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
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.setup.xml |
Contains classes to adapt xml configuration files when updating OpenCms.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
CmsSearchManager.removeSearchFieldMapping(CmsLuceneField field,
CmsSearchFieldMapping mapping)
Removes a search field mapping from the given field.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsGallerySearchFieldMapping
Special search field mapping class for the gallery search.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
A_CmsXmlSearch.createFieldMapping(org.dom4j.Document document,
java.lang.String xpath,
CmsSearchFieldMapping mapping)
Creates a new mapping node.
|