| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| Modifier and Type | Method and Description |
|---|---|
CmsSearchManager |
CmsSearchConfiguration.getSearchManager()
Returns the generated search manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSearchConfiguration.setSearchManager(CmsSearchManager manager)
Sets the generated search manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsSearchManager |
OpenCmsCore.getSearchManager()
Returns the initialized search manager,
which provides indexing and searching operations.
|
static CmsSearchManager |
OpenCms.getSearchManager()
Returns the initialized search manager,
which provides indexing and searching operations.
|