| Package | Description |
|---|---|
| org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSearchDocumentType |
CmsSearchManager.getDocumentTypeConfig(java.lang.String name)
Returns a document type config.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsSearchDocumentType> |
CmsSearchManager.getDocumentTypeConfigs()
Returns an unmodifiable view (read-only) of the DocumentTypeConfigs Map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSearchManager.addDocumentTypeConfig(CmsSearchDocumentType documentType)
Adds a document type.
|