Class ManagedLanguage
java.lang.Object
com.broadleafcommerce.search.core.service.ManagedLanguage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetLabel()The label.The name of the target language.inthashCode()voidsetIndexableTypes(List<String> indexableTypes) voidThe label.voidsetLanguage(String language) The name of the target language.toString()
-
Constructor Details
-
ManagedLanguage
public ManagedLanguage() -
ManagedLanguage
-
-
Method Details
-
getIndexableTypes
-
getLabel
The label. Shown in the admin UI. -
getLanguage
The name of the target language. This is the value that is known by the search engine. In Solr, for example, this is the name of the language in the schema field definition when using managed synonyms/stopwords. -
setIndexableTypes
-
setLabel
The label. Shown in the admin UI. -
setLanguage
The name of the target language. This is the value that is known by the search engine. In Solr, for example, this is the name of the language in the schema field definition when using managed synonyms/stopwords. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-