程序包 | 说明 |
---|---|
org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
CmsSearchManager.removeSearchFieldConfiguration(CmsSearchFieldConfiguration fieldConfiguration)
Removes this field configuration from the OpenCms configuration (if it is not used any more).
|
boolean |
CmsSearchManager.removeSearchFieldConfigurationField(CmsSearchFieldConfiguration fieldConfiguration,
CmsSearchField field)
Removes a search field from the field configuration.
|
boolean |
CmsSearchManager.removeSearchFieldMapping(CmsLuceneField field,
CmsSearchFieldMapping mapping)
Removes a search field mapping from the given field.
|
boolean |
CmsSearchManager.removeSearchIndexSource(CmsSearchIndexSource indexsource)
Removes this indexsource from the OpenCms configuration (if it is not used any more).
|