| Package | Description |
|---|---|
| org.opencms.search.fields |
These classes control the mapping of the OpenCms content to the Lucene search fields.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsSearchFieldMapping
Describes a mapping of a piece of content from an OpenCms VFS resource to a field of a search index.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<I_CmsSearchFieldMapping> |
CmsSearchField.getMappings()
Returns the mappings for this field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSearchField.addMapping(I_CmsSearchFieldMapping mapping)
Adds a new field mapping to the internal list of mappings.
|