Uses of Class
org.opencms.search.fields.CmsLuceneField
Packages that use CmsLuceneField
Package
Description
Implements the main full text search and indexing functions available in OpenCms.
These classes control the mapping of the OpenCms content to the Lucene search fields.
The package contains the Solr search integration.
-
Uses of CmsLuceneField in org.opencms.search
Methods in org.opencms.search with parameters of type CmsLuceneFieldModifier and TypeMethodDescriptionboolean
CmsSearchManager.removeSearchFieldMapping
(CmsLuceneField field, CmsSearchFieldMapping mapping) Removes a search field mapping from the given field. -
Uses of CmsLuceneField in org.opencms.search.fields
Methods in org.opencms.search.fields that return types with arguments of type CmsLuceneFieldModifier and TypeMethodDescriptionCmsLuceneFieldConfiguration.getLuceneFields()
Returns a list of the concrete Lucene search fields. -
Uses of CmsLuceneField in org.opencms.search.solr
Constructors in org.opencms.search.solr with parameters of type CmsLuceneField