| Package | Description |
|---|---|
| org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CmsSearchManager.removeSearchFieldConfiguration(I_CmsSearchFieldConfiguration fieldConfiguration)
Removes this field configuration from the OpenCms configuration (if it is not used any more).
|
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).
|