Class CmsSolrField

java.lang.Object
org.opencms.search.fields.CmsSearchField
org.opencms.search.solr.CmsSolrField
All Implemented Interfaces:
Serializable

public class CmsSolrField extends CmsSearchField
An individual field for the Solr search index.

Since:
8.5.0
See Also:
  • Constructor Details

    • CmsSolrField

      public CmsSolrField(CmsLuceneField luceneField)
      Public constructor.

      Parameters:
      luceneField - the lucene field read from the configuration.
    • CmsSolrField

      public CmsSolrField(String targetField, List<String> copyFields, Locale locale, String defaultValue)
      Public constructor.

      Parameters:
      targetField - the target field name
      copyFields - the field names to copy this field's value to
      locale - the locale
      defaultValue - the default value
  • Method Details