| 程序包 | 说明 |
|---|---|
| org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CmsSearchAnalyzer |
CmsSearchManager.getCmsSearchAnalyzer(java.util.Locale locale)
Returns the search analyzer for the given locale.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Map<java.util.Locale,CmsSearchAnalyzer> |
CmsSearchManager.getAnalyzers()
Returns an unmodifiable view of the map that contains the
CmsSearchAnalyzer list. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CmsSearchManager.addAnalyzer(CmsSearchAnalyzer analyzer)
Adds an analyzer.
|