Uses of Class
com.broadleafcommerce.search.core.spellcheck.IndexableSpellCheckProperties
- 
Packages that use IndexableSpellCheckProperties Package Description com.broadleafcommerce.search.core.spellcheck  - 
- 
Uses of IndexableSpellCheckProperties in com.broadleafcommerce.search.core.spellcheck
Methods in com.broadleafcommerce.search.core.spellcheck that return IndexableSpellCheckProperties Modifier and Type Method Description IndexableSpellCheckPropertiesSpellCheckProperties. getSpellCheckProperties(com.broadleafcommerce.search.api.type.IndexableType indexableType)Returns the spell check configuration for the indexable type.IndexableSpellCheckPropertiesSpellCheckProperties. getSpellCheckProperties(String indexableType)Returns the spell check configuration for the indexable type.Methods in com.broadleafcommerce.search.core.spellcheck that return types with arguments of type IndexableSpellCheckProperties Modifier and Type Method Description Map<String,IndexableSpellCheckProperties>SpellCheckProperties. getConfig()Method parameters in com.broadleafcommerce.search.core.spellcheck with type arguments of type IndexableSpellCheckProperties Modifier and Type Method Description voidSpellCheckProperties. setConfig(Map<String,IndexableSpellCheckProperties> config) 
 -