程序包 | 说明 |
---|---|
org.opencms.search.galleries |
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsGallerySearchResult |
CmsGallerySearch.searchById(CmsObject cms,
CmsUUID structureId,
java.util.Locale locale)
Searches by structure id.
|
CmsGallerySearchResult |
CmsGallerySearch.searchById(CmsUUID id,
java.util.Locale locale)
Searches by structure id.
|
static CmsGallerySearchResult |
CmsGallerySearch.searchByPath(CmsObject cms,
java.lang.String rootPath,
java.util.Locale locale)
Searches by structure id.
|
CmsGallerySearchResult |
CmsGallerySearch.searchByPath(java.lang.String path,
java.util.Locale locale)
Searches by structure id.
|
限定符和类型 | 方法和说明 |
---|---|
int |
CmsGallerySearchResult.compareTo(CmsGallerySearchResult other)
Compares two search results based on the score of the result.
|