程序包 | 说明 |
---|---|
org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
org.opencms.search.fields |
These classes control the mapping of the OpenCms content to the Lucene search fields.
|
org.opencms.search.galleries |
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsLuceneFieldConfiguration> |
CmsSearchManager.getFieldConfigurationsLucene()
Returns the Lucene search field configurations only.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsSearchFieldConfigurationOldCategories
Describes a field configuration using the old (pre 8.0) logic for categories that depend on properties.
|
限定符和类型 | 字段和说明 |
---|---|
static CmsLuceneFieldConfiguration |
CmsLuceneFieldConfiguration.DEFAULT_STANDARD
The default for the standard search configuration.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsGallerySearchFieldConfiguration
Describes the search field configuration that is used by the gallery index.
|