| 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.
|
| org.opencms.search.solr |
The package contains the Solr search integration.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CmsSearchManager.removeSearchFieldMapping(CmsLuceneField field,
CmsSearchFieldMapping mapping)
Removes a search field mapping from the given field.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsLuceneField> |
CmsLuceneFieldConfiguration.getLuceneFields()
Returns a list of the concrete Lucene search fields.
|
| Constructor and Description |
|---|
CmsSolrField(CmsLuceneField luceneField)
Public constructor.
|