| Package | Description |
|---|---|
| org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| Modifier and Type | Field and Description |
|---|---|
static CmsSearchManager.CmsSearchForceUnlockMode |
CmsSearchManager.CmsSearchForceUnlockMode.ALWAYS
Force unlock type "always".
|
static CmsSearchManager.CmsSearchForceUnlockMode |
CmsSearchManager.CmsSearchForceUnlockMode.NEVER
Force unlock type "never".
|
static CmsSearchManager.CmsSearchForceUnlockMode |
CmsSearchManager.CmsSearchForceUnlockMode.ONLYFULL
Force unlock type "only full".
|
| Modifier and Type | Method and Description |
|---|---|
CmsSearchManager.CmsSearchForceUnlockMode |
CmsSearchManager.getForceunlock()
Returns the force unlock mode during indexing.
|
static CmsSearchManager.CmsSearchForceUnlockMode |
CmsSearchManager.CmsSearchForceUnlockMode.valueOf(java.lang.String type)
Returns the lock type for the given type value.
|