Class SolrFacetSearchConfigModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.solrfacetsearch.model.config.SolrFacetSearchConfigModel
All Implemented Interfaces:
Serializable

public class SolrFacetSearchConfigModel extends ItemModel
Generated model class for type SolrFacetSearchConfig first defined at extension solrfacetsearch.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _SOLRSYNONYMCONFIG2SOLRFACETSEARCHCONFIG

      public static final String _SOLRSYNONYMCONFIG2SOLRFACETSEARCHCONFIG
      Generated relation code constant for relation SolrSynonymConfig2SolrFacetSearchConfig defining source attribute synonyms in extension solrfacetsearch.
      See Also:
    • _SOLRSTOPWORD2SOLRFACETSEARCHCONFIG

      public static final String _SOLRSTOPWORD2SOLRFACETSEARCHCONFIG
      Generated relation code constant for relation SolrStopWord2SolrFacetSearchConfig defining source attribute StopWords in extension solrfacetsearch.
      See Also:
    • NAME

      public static final String NAME
      Generated constant - Attribute key of SolrFacetSearchConfig.name attribute defined at extension solrfacetsearch.
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Generated constant - Attribute key of SolrFacetSearchConfig.description attribute defined at extension solrfacetsearch.
      See Also:
    • DOCUMENT

      public static final String DOCUMENT
      Generated constant - Attribute key of SolrFacetSearchConfig.document attribute defined at extension solrfacetsearch.
      See Also:
    • SOLRSEARCHCONFIG

      public static final String SOLRSEARCHCONFIG
      Generated constant - Attribute key of SolrFacetSearchConfig.solrSearchConfig attribute defined at extension solrfacetsearch.
      See Also:
    • SOLRINDEXCONFIG

      public static final String SOLRINDEXCONFIG
      Generated constant - Attribute key of SolrFacetSearchConfig.solrIndexConfig attribute defined at extension solrfacetsearch.
      See Also:
    • SOLRSERVERCONFIG

      public static final String SOLRSERVERCONFIG
      Generated constant - Attribute key of SolrFacetSearchConfig.solrServerConfig attribute defined at extension solrfacetsearch.
      See Also:
    • INDEXNAMEPREFIX

      public static final String INDEXNAMEPREFIX
      Generated constant - Attribute key of SolrFacetSearchConfig.indexNamePrefix attribute defined at extension solrfacetsearch.
      See Also:
    • LANGUAGESYNONYMMAPPING

      public static final String LANGUAGESYNONYMMAPPING
      Generated constant - Attribute key of SolrFacetSearchConfig.languageSynonymMapping attribute defined at extension solrfacetsearch.
      See Also:
    • LANGUAGESTOPWORDMAPPING

      public static final String LANGUAGESTOPWORDMAPPING
      Generated constant - Attribute key of SolrFacetSearchConfig.languageStopWordMapping attribute defined at extension solrfacetsearch.
      See Also:
    • LANGUAGEKEYWORDREDIRECTMAPPING

      public static final String LANGUAGEKEYWORDREDIRECTMAPPING
      Generated constant - Attribute key of SolrFacetSearchConfig.languageKeywordRedirectMapping attribute defined at extension solrfacetsearch.
      See Also:
    • ENABLEDLANGUAGEFALLBACKMECHANISM

      public static final String ENABLEDLANGUAGEFALLBACKMECHANISM
      Generated constant - Attribute key of SolrFacetSearchConfig.enabledLanguageFallbackMechanism attribute defined at extension solrfacetsearch.
      See Also:
    • LISTENERS

      public static final String LISTENERS
      Generated constant - Attribute key of SolrFacetSearchConfig.listeners attribute defined at extension solrfacetsearch.
      See Also:
    • CATALOGVERSIONS

      public static final String CATALOGVERSIONS
      Generated constant - Attribute key of SolrFacetSearchConfig.catalogVersions attribute defined at extension solrfacetsearch.
      See Also:
    • CURRENCIES

      public static final String CURRENCIES
      Generated constant - Attribute key of SolrFacetSearchConfig.currencies attribute defined at extension solrfacetsearch.
      See Also:
    • LANGUAGES

      public static final String LANGUAGES
      Generated constant - Attribute key of SolrFacetSearchConfig.languages attribute defined at extension solrfacetsearch.
      See Also:
    • SOLRVALUERANGESETS

      public static final String SOLRVALUERANGESETS
      Generated constant - Attribute key of SolrFacetSearchConfig.solrValueRangeSets attribute defined at extension solrfacetsearch.
      See Also:
    • SOLRINDEXERCRONJOB

      public static final String SOLRINDEXERCRONJOB
      Generated constant - Attribute key of SolrFacetSearchConfig.solrIndexerCronJob attribute defined at extension solrfacetsearch.
      See Also:
    • SOLRINDEXEDTYPES

      public static final String SOLRINDEXEDTYPES
      Generated constant - Attribute key of SolrFacetSearchConfig.solrIndexedTypes attribute defined at extension solrfacetsearch.
      See Also:
    • KEYWORDREDIRECTS

      public static final String KEYWORDREDIRECTS
      Generated constant - Attribute key of SolrFacetSearchConfig.keywordRedirects attribute defined at extension solrfacetsearch.
      See Also:
    • SOLRUPDATESYNONYMSCRONJOBS

      public static final String SOLRUPDATESYNONYMSCRONJOBS
      Generated constant - Attribute key of SolrFacetSearchConfig.solrUpdateSynonymsCronJobs attribute defined at extension solrfacetsearch.
      See Also:
    • SOLRUPDATESTOPWORDSCRONJOBS

      public static final String SOLRUPDATESTOPWORDSCRONJOBS
      Generated constant - Attribute key of SolrFacetSearchConfig.solrUpdateStopWordsCronJobs attribute defined at extension solrfacetsearch.
      See Also:
    • SYNONYMS

      public static final String SYNONYMS
      Generated constant - Attribute key of SolrFacetSearchConfig.synonyms attribute defined at extension solrfacetsearch.
      See Also:
    • STOPWORDS

      public static final String STOPWORDS
      Generated constant - Attribute key of SolrFacetSearchConfig.StopWords attribute defined at extension solrfacetsearch.
      See Also:
  • Constructor Details

    • SolrFacetSearchConfigModel

      public SolrFacetSearchConfigModel()
      Generated constructor - Default constructor for generic creation.
    • SolrFacetSearchConfigModel

      public SolrFacetSearchConfigModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SolrFacetSearchConfigModel

      @Deprecated(since="4.1.1", forRemoval=true) public SolrFacetSearchConfigModel(boolean _enabledLanguageFallbackMechanism, String _name, SolrSearchConfigModel _solrSearchConfig)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _enabledLanguageFallbackMechanism - initial attribute declared by type SolrFacetSearchConfig at extension solrfacetsearch
      _name - initial attribute declared by type SolrFacetSearchConfig at extension solrfacetsearch
      _solrSearchConfig - initial attribute declared by type SolrFacetSearchConfig at extension solrfacetsearch
    • SolrFacetSearchConfigModel

      @Deprecated(since="4.1.1", forRemoval=true) public SolrFacetSearchConfigModel(boolean _enabledLanguageFallbackMechanism, String _name, ItemModel _owner, SolrSearchConfigModel _solrSearchConfig)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _enabledLanguageFallbackMechanism - initial attribute declared by type SolrFacetSearchConfig at extension solrfacetsearch
      _name - initial attribute declared by type SolrFacetSearchConfig at extension solrfacetsearch
      _owner - initial attribute declared by type Item at extension core
      _solrSearchConfig - initial attribute declared by type SolrFacetSearchConfig at extension solrfacetsearch
  • Method Details

    • getCatalogVersions

      @Accessor(qualifier="catalogVersions", type=GETTER) public List<CatalogVersionModel> getCatalogVersions()
      Generated method - Getter of the SolrFacetSearchConfig.catalogVersions attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the catalogVersions
    • getCurrencies

      @Accessor(qualifier="currencies", type=GETTER) public List<CurrencyModel> getCurrencies()
      Generated method - Getter of the SolrFacetSearchConfig.currencies attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the currencies
    • getDescription

      @Accessor(qualifier="description", type=GETTER) public String getDescription()
      Generated method - Getter of the SolrFacetSearchConfig.description attribute defined at extension solrfacetsearch.
      Returns:
      the description - description of the Config
    • getDocument

      @Deprecated(since="ages", forRemoval=true) @Accessor(qualifier="document", type=GETTER) public MediaModel getDocument()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SolrFacetSearchConfig.document attribute defined at extension solrfacetsearch.
      Returns:
      the document - non hmc-configurable part of FacetSearchConfig.
    • getIndexNamePrefix

      @Accessor(qualifier="indexNamePrefix", type=GETTER) public String getIndexNamePrefix()
      Generated method - Getter of the SolrFacetSearchConfig.indexNamePrefix attribute defined at extension solrfacetsearch.
      Returns:
      the indexNamePrefix
    • getKeywordRedirects

      @Accessor(qualifier="keywordRedirects", type=GETTER) public Collection<SolrFacetSearchKeywordRedirectModel> getKeywordRedirects()
      Generated method - Getter of the SolrFacetSearchConfig.keywordRedirects attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the keywordRedirects
    • getLanguageKeywordRedirectMapping

      @Accessor(qualifier="languageKeywordRedirectMapping", type=GETTER) public List<SolrFacetSearchKeywordRedirectModel> getLanguageKeywordRedirectMapping()
      Generated method - Getter of the SolrFacetSearchConfig.languageKeywordRedirectMapping attribute defined at extension solrfacetsearch.
      Returns:
      the languageKeywordRedirectMapping
    • getLanguageKeywordRedirectMapping

      @Accessor(qualifier="languageKeywordRedirectMapping", type=GETTER) public List<SolrFacetSearchKeywordRedirectModel> getLanguageKeywordRedirectMapping(Locale loc)
      Generated method - Getter of the SolrFacetSearchConfig.languageKeywordRedirectMapping attribute defined at extension solrfacetsearch.
      Parameters:
      loc - the value localization key
      Returns:
      the languageKeywordRedirectMapping
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getLanguages

      @Accessor(qualifier="languages", type=GETTER) public List<LanguageModel> getLanguages()
      Generated method - Getter of the SolrFacetSearchConfig.languages attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the languages
    • getLanguageStopWordMapping

      @Accessor(qualifier="languageStopWordMapping", type=GETTER) public List<SolrStopWordModel> getLanguageStopWordMapping()
      Generated method - Getter of the SolrFacetSearchConfig.languageStopWordMapping attribute defined at extension solrfacetsearch.
      Returns:
      the languageStopWordMapping
    • getLanguageStopWordMapping

      @Accessor(qualifier="languageStopWordMapping", type=GETTER) public List<SolrStopWordModel> getLanguageStopWordMapping(Locale loc)
      Generated method - Getter of the SolrFacetSearchConfig.languageStopWordMapping attribute defined at extension solrfacetsearch.
      Parameters:
      loc - the value localization key
      Returns:
      the languageStopWordMapping
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getLanguageSynonymMapping

      @Accessor(qualifier="languageSynonymMapping", type=GETTER) public List<SolrSynonymConfigModel> getLanguageSynonymMapping()
      Generated method - Getter of the SolrFacetSearchConfig.languageSynonymMapping attribute defined at extension solrfacetsearch.
      Returns:
      the languageSynonymMapping
    • getLanguageSynonymMapping

      @Accessor(qualifier="languageSynonymMapping", type=GETTER) public List<SolrSynonymConfigModel> getLanguageSynonymMapping(Locale loc)
      Generated method - Getter of the SolrFacetSearchConfig.languageSynonymMapping attribute defined at extension solrfacetsearch.
      Parameters:
      loc - the value localization key
      Returns:
      the languageSynonymMapping
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getListeners

      @Accessor(qualifier="listeners", type=GETTER) public Collection<String> getListeners()
      Generated method - Getter of the SolrFacetSearchConfig.listeners attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the listeners
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName()
      Generated method - Getter of the SolrFacetSearchConfig.name attribute defined at extension solrfacetsearch.
      Returns:
      the name - name of the Config
    • getSolrIndexConfig

      @Accessor(qualifier="solrIndexConfig", type=GETTER) public SolrIndexConfigModel getSolrIndexConfig()
      Generated method - Getter of the SolrFacetSearchConfig.solrIndexConfig attribute defined at extension solrfacetsearch.
      Returns:
      the solrIndexConfig
    • getSolrIndexedTypes

      @Accessor(qualifier="solrIndexedTypes", type=GETTER) public List<SolrIndexedTypeModel> getSolrIndexedTypes()
      Generated method - Getter of the SolrFacetSearchConfig.solrIndexedTypes attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the solrIndexedTypes
    • getSolrIndexerCronJob

      @Accessor(qualifier="solrIndexerCronJob", type=GETTER) public List<SolrIndexerCronJobModel> getSolrIndexerCronJob()
      Generated method - Getter of the SolrFacetSearchConfig.solrIndexerCronJob attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the solrIndexerCronJob
    • getSolrSearchConfig

      @Accessor(qualifier="solrSearchConfig", type=GETTER) public SolrSearchConfigModel getSolrSearchConfig()
      Generated method - Getter of the SolrFacetSearchConfig.solrSearchConfig attribute defined at extension solrfacetsearch.
      Returns:
      the solrSearchConfig
    • getSolrServerConfig

      @Accessor(qualifier="solrServerConfig", type=GETTER) public SolrServerConfigModel getSolrServerConfig()
      Generated method - Getter of the SolrFacetSearchConfig.solrServerConfig attribute defined at extension solrfacetsearch.
      Returns:
      the solrServerConfig
    • getSolrUpdateStopWordsCronJobs

      @Accessor(qualifier="solrUpdateStopWordsCronJobs", type=GETTER) public List<SolrUpdateStopWordsCronJobModel> getSolrUpdateStopWordsCronJobs()
      Generated method - Getter of the SolrFacetSearchConfig.solrUpdateStopWordsCronJobs attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the solrUpdateStopWordsCronJobs
    • getSolrUpdateSynonymsCronJobs

      @Accessor(qualifier="solrUpdateSynonymsCronJobs", type=GETTER) public List<SolrUpdateSynonymsCronJobModel> getSolrUpdateSynonymsCronJobs()
      Generated method - Getter of the SolrFacetSearchConfig.solrUpdateSynonymsCronJobs attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the solrUpdateSynonymsCronJobs
    • getSolrValueRangeSets

      @Accessor(qualifier="solrValueRangeSets", type=GETTER) public List<SolrValueRangeSetModel> getSolrValueRangeSets()
      Generated method - Getter of the SolrFacetSearchConfig.solrValueRangeSets attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the solrValueRangeSets
    • getStopWords

      @Accessor(qualifier="StopWords", type=GETTER) public List<SolrStopWordModel> getStopWords()
      Generated method - Getter of the SolrFacetSearchConfig.StopWords attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the StopWords
    • getSynonyms

      @Accessor(qualifier="synonyms", type=GETTER) public List<SolrSynonymConfigModel> getSynonyms()
      Generated method - Getter of the SolrFacetSearchConfig.synonyms attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the synonyms
    • isEnabledLanguageFallbackMechanism

      @Accessor(qualifier="enabledLanguageFallbackMechanism", type=GETTER) public boolean isEnabledLanguageFallbackMechanism()
      Generated method - Getter of the SolrFacetSearchConfig.enabledLanguageFallbackMechanism attribute defined at extension solrfacetsearch.
      Returns:
      the enabledLanguageFallbackMechanism
    • setCatalogVersions

      @Accessor(qualifier="catalogVersions", type=SETTER) public void setCatalogVersions(List<CatalogVersionModel> value)
      Generated method - Setter of SolrFacetSearchConfig.catalogVersions attribute defined at extension solrfacetsearch.
      Parameters:
      value - the catalogVersions
    • setCurrencies

      @Accessor(qualifier="currencies", type=SETTER) public void setCurrencies(List<CurrencyModel> value)
      Generated method - Setter of SolrFacetSearchConfig.currencies attribute defined at extension solrfacetsearch.
      Parameters:
      value - the currencies
    • setDescription

      @Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
      Generated method - Setter of SolrFacetSearchConfig.description attribute defined at extension solrfacetsearch.
      Parameters:
      value - the description - description of the Config
    • setDocument

      @Deprecated(since="ages", forRemoval=true) @Accessor(qualifier="document", type=SETTER) public void setDocument(MediaModel value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SolrFacetSearchConfig.document attribute defined at extension solrfacetsearch.
      Parameters:
      value - the document - non hmc-configurable part of FacetSearchConfig.
    • setEnabledLanguageFallbackMechanism

      @Accessor(qualifier="enabledLanguageFallbackMechanism", type=SETTER) public void setEnabledLanguageFallbackMechanism(boolean value)
      Generated method - Setter of SolrFacetSearchConfig.enabledLanguageFallbackMechanism attribute defined at extension solrfacetsearch.
      Parameters:
      value - the enabledLanguageFallbackMechanism
    • setIndexNamePrefix

      @Accessor(qualifier="indexNamePrefix", type=SETTER) public void setIndexNamePrefix(String value)
      Generated method - Setter of SolrFacetSearchConfig.indexNamePrefix attribute defined at extension solrfacetsearch.
      Parameters:
      value - the indexNamePrefix
    • setKeywordRedirects

      @Accessor(qualifier="keywordRedirects", type=SETTER) public void setKeywordRedirects(Collection<SolrFacetSearchKeywordRedirectModel> value)
      Generated method - Setter of SolrFacetSearchConfig.keywordRedirects attribute defined at extension solrfacetsearch.
      Parameters:
      value - the keywordRedirects
    • setLanguageKeywordRedirectMapping

      @Accessor(qualifier="languageKeywordRedirectMapping", type=SETTER) public void setLanguageKeywordRedirectMapping(List<SolrFacetSearchKeywordRedirectModel> value)
      Generated method - Setter of SolrFacetSearchConfig.languageKeywordRedirectMapping attribute defined at extension solrfacetsearch.
      Parameters:
      value - the languageKeywordRedirectMapping
    • setLanguageKeywordRedirectMapping

      @Accessor(qualifier="languageKeywordRedirectMapping", type=SETTER) public void setLanguageKeywordRedirectMapping(List<SolrFacetSearchKeywordRedirectModel> value, Locale loc)
      Generated method - Setter of SolrFacetSearchConfig.languageKeywordRedirectMapping attribute defined at extension solrfacetsearch.
      Parameters:
      value - the languageKeywordRedirectMapping
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setLanguages

      @Accessor(qualifier="languages", type=SETTER) public void setLanguages(List<LanguageModel> value)
      Generated method - Setter of SolrFacetSearchConfig.languages attribute defined at extension solrfacetsearch.
      Parameters:
      value - the languages
    • setLanguageStopWordMapping

      @Accessor(qualifier="languageStopWordMapping", type=SETTER) public void setLanguageStopWordMapping(List<SolrStopWordModel> value)
      Generated method - Setter of SolrFacetSearchConfig.languageStopWordMapping attribute defined at extension solrfacetsearch.
      Parameters:
      value - the languageStopWordMapping
    • setLanguageStopWordMapping

      @Accessor(qualifier="languageStopWordMapping", type=SETTER) public void setLanguageStopWordMapping(List<SolrStopWordModel> value, Locale loc)
      Generated method - Setter of SolrFacetSearchConfig.languageStopWordMapping attribute defined at extension solrfacetsearch.
      Parameters:
      value - the languageStopWordMapping
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setLanguageSynonymMapping

      @Accessor(qualifier="languageSynonymMapping", type=SETTER) public void setLanguageSynonymMapping(List<SolrSynonymConfigModel> value)
      Generated method - Setter of SolrFacetSearchConfig.languageSynonymMapping attribute defined at extension solrfacetsearch.
      Parameters:
      value - the languageSynonymMapping
    • setLanguageSynonymMapping

      @Accessor(qualifier="languageSynonymMapping", type=SETTER) public void setLanguageSynonymMapping(List<SolrSynonymConfigModel> value, Locale loc)
      Generated method - Setter of SolrFacetSearchConfig.languageSynonymMapping attribute defined at extension solrfacetsearch.
      Parameters:
      value - the languageSynonymMapping
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setListeners

      @Accessor(qualifier="listeners", type=SETTER) public void setListeners(Collection<String> value)
      Generated method - Setter of SolrFacetSearchConfig.listeners attribute defined at extension solrfacetsearch.
      Parameters:
      value - the listeners
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value)
      Generated method - Initial setter of SolrFacetSearchConfig.name attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.
      Parameters:
      value - the name - name of the Config
    • setSolrIndexConfig

      @Accessor(qualifier="solrIndexConfig", type=SETTER) public void setSolrIndexConfig(SolrIndexConfigModel value)
      Generated method - Setter of SolrFacetSearchConfig.solrIndexConfig attribute defined at extension solrfacetsearch.
      Parameters:
      value - the solrIndexConfig
    • setSolrIndexedTypes

      @Accessor(qualifier="solrIndexedTypes", type=SETTER) public void setSolrIndexedTypes(List<SolrIndexedTypeModel> value)
      Generated method - Setter of SolrFacetSearchConfig.solrIndexedTypes attribute defined at extension solrfacetsearch.
      Parameters:
      value - the solrIndexedTypes
    • setSolrIndexerCronJob

      @Accessor(qualifier="solrIndexerCronJob", type=SETTER) public void setSolrIndexerCronJob(List<SolrIndexerCronJobModel> value)
      Generated method - Setter of SolrFacetSearchConfig.solrIndexerCronJob attribute defined at extension solrfacetsearch.
      Parameters:
      value - the solrIndexerCronJob
    • setSolrSearchConfig

      @Accessor(qualifier="solrSearchConfig", type=SETTER) public void setSolrSearchConfig(SolrSearchConfigModel value)
      Generated method - Setter of SolrFacetSearchConfig.solrSearchConfig attribute defined at extension solrfacetsearch.
      Parameters:
      value - the solrSearchConfig
    • setSolrServerConfig

      @Accessor(qualifier="solrServerConfig", type=SETTER) public void setSolrServerConfig(SolrServerConfigModel value)
      Generated method - Setter of SolrFacetSearchConfig.solrServerConfig attribute defined at extension solrfacetsearch.
      Parameters:
      value - the solrServerConfig
    • setSolrUpdateStopWordsCronJobs

      @Accessor(qualifier="solrUpdateStopWordsCronJobs", type=SETTER) public void setSolrUpdateStopWordsCronJobs(List<SolrUpdateStopWordsCronJobModel> value)
      Generated method - Setter of SolrFacetSearchConfig.solrUpdateStopWordsCronJobs attribute defined at extension solrfacetsearch.
      Parameters:
      value - the solrUpdateStopWordsCronJobs
    • setSolrUpdateSynonymsCronJobs

      @Accessor(qualifier="solrUpdateSynonymsCronJobs", type=SETTER) public void setSolrUpdateSynonymsCronJobs(List<SolrUpdateSynonymsCronJobModel> value)
      Generated method - Setter of SolrFacetSearchConfig.solrUpdateSynonymsCronJobs attribute defined at extension solrfacetsearch.
      Parameters:
      value - the solrUpdateSynonymsCronJobs
    • setSolrValueRangeSets

      @Accessor(qualifier="solrValueRangeSets", type=SETTER) public void setSolrValueRangeSets(List<SolrValueRangeSetModel> value)
      Generated method - Setter of SolrFacetSearchConfig.solrValueRangeSets attribute defined at extension solrfacetsearch.
      Parameters:
      value - the solrValueRangeSets
    • setStopWords

      @Accessor(qualifier="StopWords", type=SETTER) public void setStopWords(List<SolrStopWordModel> value)
      Generated method - Setter of SolrFacetSearchConfig.StopWords attribute defined at extension solrfacetsearch.
      Parameters:
      value - the StopWords
    • setSynonyms

      @Accessor(qualifier="synonyms", type=SETTER) public void setSynonyms(List<SolrSynonymConfigModel> value)
      Generated method - Setter of SolrFacetSearchConfig.synonyms attribute defined at extension solrfacetsearch.
      Parameters:
      value - the synonyms