Class BroadleafSolrProperties.ConfProperties
- java.lang.Object
-
- com.broadleafcommerce.search.provider.solr.autoconfigure.BroadleafSolrProperties.ConfProperties
-
- Enclosing class:
- BroadleafSolrProperties
public static class BroadleafSolrProperties.ConfProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDefaultConfig()The default configuration to use when creating collections.intgetDefaultShards()The default number of shards to use when creating collections.inthashCode()voidsetDefaultConfig(String defaultConfig)The default configuration to use when creating collections.voidsetDefaultShards(int defaultShards)The default number of shards to use when creating collections.StringtoString()
-
-
-
Method Detail
-
getDefaultConfig
public String getDefaultConfig()
The default configuration to use when creating collections.- Returns:
- The default configuration to use when creating collections
-
getDefaultShards
public int getDefaultShards()
The default number of shards to use when creating collections.- Returns:
- The default number of shards to use when creating collections
-
setDefaultConfig
public void setDefaultConfig(String defaultConfig)
The default configuration to use when creating collections.- Parameters:
defaultConfig- The default configuration to use when creating collections
-
setDefaultShards
public void setDefaultShards(int defaultShards)
The default number of shards to use when creating collections.- Parameters:
defaultShards- The default number of shards to use when creating collections
-
canEqual
protected boolean canEqual(Object other)
-
-