| Package | Description |
|---|---|
| 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 |
|---|---|
CmsGallerySearchResultList |
CmsGallerySearch.getResult(CmsGallerySearchParameters params)
Returns the gallery search result list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGallerySearchResultList.append(CmsGallerySearchResultList moreResults)
Appends the results from another 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.
|