| Package | Description |
|---|---|
| org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| org.opencms.search.galleries |
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
|
| org.opencms.search.solr |
The package contains the Solr search integration.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
CmsSearchUtil.computeScopeFolders(CmsObject cms,
CmsGallerySearchParameters params)
Computes the search root folders for the given search parameters based on the search scope.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchResultList |
CmsGallerySearch.getResult(CmsGallerySearchParameters params)
Returns the gallery search result list.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchResultList |
CmsSolrIndex.gallerySearch(CmsObject cms,
CmsGallerySearchParameters params)
Performs a search with according to the gallery search parameters.
|