| Package | Description |
|---|---|
| org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSearchAnalyzer |
CmsSearchManager.getCmsSearchAnalyzer(java.util.Locale locale)
Returns the search analyzer for the given locale.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.util.Locale,CmsSearchAnalyzer> |
CmsSearchManager.getAnalyzers()
Returns an unmodifiable view of the map that contains the
CmsSearchAnalyzer list. |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSearchManager.addAnalyzer(CmsSearchAnalyzer analyzer)
Adds an analyzer.
|