Class BroadleafSolrProperties.ConfProperties

    • Constructor Detail

      • ConfProperties

        public ConfProperties()
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object