| Package | Description |
|---|---|
| org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CmsSearchResult> |
CmsSearch.m_result
The current search result.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsSearchResult> |
CmsSearch.getSearchResult()
Returns the search result for the current query, as a list of
objects. |
| Modifier and Type | Method and Description |
|---|---|
int |
CmsSearchResult.compareTo(CmsSearchResult obj) |