Class SolrSynonymConfigModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SolrSynonymConfigModel
    extends ItemModel
    Generated model class for type SolrSynonymConfig first defined at extension solrfacetsearch.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • SYNONYMFROM

        public static final java.lang.String SYNONYMFROM
        Generated constant - Attribute key of SolrSynonymConfig.synonymFrom attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • SYNONYMTO

        public static final java.lang.String SYNONYMTO
        Generated constant - Attribute key of SolrSynonymConfig.synonymTo attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • LANGUAGEPOS

        public static final java.lang.String LANGUAGEPOS
        Generated constant - Attribute key of SolrSynonymConfig.languagePOS attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • LANGUAGE

        public static final java.lang.String LANGUAGE
        Generated constant - Attribute key of SolrSynonymConfig.language attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • FACETSEARCHCONFIGPOS

        public static final java.lang.String FACETSEARCHCONFIGPOS
        Generated constant - Attribute key of SolrSynonymConfig.facetSearchConfigPOS attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • FACETSEARCHCONFIG

        public static final java.lang.String FACETSEARCHCONFIG
        Generated constant - Attribute key of SolrSynonymConfig.facetSearchConfig attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SolrSynonymConfigModel

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

        public SolrSynonymConfigModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • SolrSynonymConfigModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrSynonymConfigModel​(LanguageModel _language,
                                      java.lang.String _synonymFrom)
        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:
        _language - initial attribute declared by type SolrSynonymConfig at extension solrfacetsearch
        _synonymFrom - initial attribute declared by type SolrSynonymConfig at extension solrfacetsearch
      • SolrSynonymConfigModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrSynonymConfigModel​(LanguageModel _language,
                                      ItemModel _owner,
                                      java.lang.String _synonymFrom)
        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:
        _language - initial attribute declared by type SolrSynonymConfig at extension solrfacetsearch
        _owner - initial attribute declared by type Item at extension core
        _synonymFrom - initial attribute declared by type SolrSynonymConfig at extension solrfacetsearch
    • Method Detail

      • getFacetSearchConfig

        @Accessor(qualifier="facetSearchConfig",
                  type=GETTER)
        public SolrFacetSearchConfigModel getFacetSearchConfig()
        Generated method - Getter of the SolrSynonymConfig.facetSearchConfig attribute defined at extension solrfacetsearch.
        Returns:
        the facetSearchConfig
      • getLanguage

        @Accessor(qualifier="language",
                  type=GETTER)
        public LanguageModel getLanguage()
        Generated method - Getter of the SolrSynonymConfig.language attribute defined at extension solrfacetsearch.
        Returns:
        the language
      • getSynonymFrom

        @Accessor(qualifier="synonymFrom",
                  type=GETTER)
        public java.lang.String getSynonymFrom()
        Generated method - Getter of the SolrSynonymConfig.synonymFrom attribute defined at extension solrfacetsearch.
        Returns:
        the synonymFrom
      • getSynonymTo

        @Accessor(qualifier="synonymTo",
                  type=GETTER)
        public java.lang.String getSynonymTo()
        Generated method - Getter of the SolrSynonymConfig.synonymTo attribute defined at extension solrfacetsearch.
        Returns:
        the synonymTo
      • setFacetSearchConfig

        @Accessor(qualifier="facetSearchConfig",
                  type=SETTER)
        public void setFacetSearchConfig​(SolrFacetSearchConfigModel value)
        Generated method - Setter of SolrSynonymConfig.facetSearchConfig attribute defined at extension solrfacetsearch.
        Parameters:
        value - the facetSearchConfig
      • setLanguage

        @Accessor(qualifier="language",
                  type=SETTER)
        public void setLanguage​(LanguageModel value)
        Generated method - Setter of SolrSynonymConfig.language attribute defined at extension solrfacetsearch.
        Parameters:
        value - the language
      • setSynonymFrom

        @Accessor(qualifier="synonymFrom",
                  type=SETTER)
        public void setSynonymFrom​(java.lang.String value)
        Generated method - Setter of SolrSynonymConfig.synonymFrom attribute defined at extension solrfacetsearch.
        Parameters:
        value - the synonymFrom
      • setSynonymTo

        @Accessor(qualifier="synonymTo",
                  type=SETTER)
        public void setSynonymTo​(java.lang.String value)
        Generated method - Setter of SolrSynonymConfig.synonymTo attribute defined at extension solrfacetsearch.
        Parameters:
        value - the synonymTo