| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsLuceneFieldConfiguration> |
CmsSearchManager.getFieldConfigurationsLucene()
Returns the Lucene search field configurations only.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsSearchFieldConfigurationOldCategories
Describes a field configuration using the old (pre 8.0) logic for categories that depend on properties.
|
| Modifier and Type | Field and Description |
|---|---|
static CmsLuceneFieldConfiguration |
CmsLuceneFieldConfiguration.DEFAULT_STANDARD
The default for the standard search configuration.
|