Class StopwordProperties
java.lang.Object
com.broadleafcommerce.search.core.service.StopwordProperties
@ConfigurationProperties("broadleaf.search.feature.stopword")
public class StopwordProperties
extends Object
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe stopwords to load on startupThe managed languages that are available in the search engine for stopword management.inthashCode()voidThe stopwords to load on startupvoidsetManagedLanguages(List<ManagedLanguage> managedLanguages) The managed languages that are available in the search engine for stopword management.toString()
-
Constructor Details
-
StopwordProperties
public StopwordProperties()
-
-
Method Details
-
getConfig
The stopwords to load on startup -
getManagedLanguages
The managed languages that are available in the search engine for stopword management. -
setConfig
The stopwords to load on startup -
setManagedLanguages
The managed languages that are available in the search engine for stopword management. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-