Class SolrClientConfig

java.lang.Object
de.hybris.platform.solrfacetsearch.config.SolrClientConfig
All Implemented Interfaces:
Serializable

public class SolrClientConfig extends Object implements Serializable
See Also:
  • Constructor Details

    • SolrClientConfig

      public SolrClientConfig()
  • Method Details

    • setAliveCheckInterval

      public void setAliveCheckInterval(Integer aliveCheckInterval)
    • getAliveCheckInterval

      public Integer getAliveCheckInterval()
    • setConnectionTimeout

      public void setConnectionTimeout(Integer connectionTimeout)
    • getConnectionTimeout

      public Integer getConnectionTimeout()
    • setSocketTimeout

      public void setSocketTimeout(Integer socketTimeout)
    • getSocketTimeout

      public Integer getSocketTimeout()
    • setMaxConnections

      public void setMaxConnections(Integer maxConnections)
    • getMaxConnections

      public Integer getMaxConnections()
    • setMaxConnectionsPerHost

      public void setMaxConnectionsPerHost(Integer maxConnectionsPerHost)
    • getMaxConnectionsPerHost

      public Integer getMaxConnectionsPerHost()
    • setTcpNoDelay

      public void setTcpNoDelay(boolean tcpNoDelay)
    • isTcpNoDelay

      public boolean isTcpNoDelay()
    • setUsername

      public void setUsername(String username)
    • getUsername

      public String getUsername()
    • setPassword

      public void setPassword(String password)
    • getPassword

      public String getPassword()