Class BroadleafSolrProperties.ConfProperties
java.lang.Object
com.broadleafcommerce.search.provider.solr.autoconfigure.BroadleafSolrProperties.ConfProperties
- Enclosing class:
- BroadleafSolrProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The default configuration to use when creating collections.int
The default number of shards to use when creating collections.int
hashCode()
void
setDefaultConfig
(String defaultConfig) The default configuration to use when creating collections.void
setDefaultShards
(int defaultShards) The default number of shards to use when creating collections.toString()
-
Constructor Details
-
ConfProperties
public ConfProperties()
-
-
Method Details
-
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
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
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-