程序包 | 说明 |
---|---|
org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
限定符和类型 | 字段和说明 |
---|---|
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".
|
限定符和类型 | 方法和说明 |
---|---|
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.
|