程序包 | 说明 |
---|---|
org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
org.opencms.workplace.search |
Contains classes for the workplace search tool.
|
限定符和类型 | 字段和说明 |
---|---|
protected java.util.List<CmsSearchResult> |
CmsSearch.m_result
The current search result.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsSearchResult> |
CmsSearch.getSearchResult()
Returns the search result for the current query, as a list of
objects. |
限定符和类型 | 方法和说明 |
---|---|
int |
CmsSearchResult.compareTo(CmsSearchResult obj) |
限定符和类型 | 字段和说明 |
---|---|
protected java.util.Map<java.lang.String,CmsSearchResult> |
CmsSearchResourcesCollector.m_srCache
Resource cache.
|
限定符和类型 | 方法和说明 |
---|---|
CmsSearchResult |
CmsSearchResourcesCollector.getSearchResult(java.lang.String structureId)
Returns the search result object for the given structure id.
|