Interface SolrHttpConstants


public interface SolrHttpConstants
Constants for HTTP Solr interaction.
  • Field Details

    • DEFAULT_CONNECT_TIMEOUT

      static final int DEFAULT_CONNECT_TIMEOUT
      See Also:
    • DEFAULT_SO_TIMEOUT

      static final int DEFAULT_SO_TIMEOUT
      See Also:
    • DEFAULT_MAXCONNECTIONSPERHOST

      static final int DEFAULT_MAXCONNECTIONSPERHOST
      See Also:
    • DEFAULT_MAXCONNECTIONS

      static final int DEFAULT_MAXCONNECTIONS
      See Also:
    • PROP_SO_TIMEOUT

      static final String PROP_SO_TIMEOUT
      Socket timeout measured in ms, closes a socket if read takes longer than x ms to complete. throws SocketTimeoutException: Read timed out exception
      See Also:
    • PROP_CONNECTION_TIMEOUT

      static final String PROP_CONNECTION_TIMEOUT
      connection timeout measures in ms, closes a socket if connection cannot be established within x ms. with a SocketTimeoutException: Connection timed out
      See Also:
    • PROP_MAX_CONNECTIONS_PER_HOST

      static final String PROP_MAX_CONNECTIONS_PER_HOST
      Maximum connections allowed per host
      See Also:
    • PROP_MAX_CONNECTIONS

      static final String PROP_MAX_CONNECTIONS
      Maximum total connections allowed
      See Also:
    • SYS_PROP_CHECK_PEER_NAME

      static final String SYS_PROP_CHECK_PEER_NAME
      System property consulted to determine if HTTP based SolrClients will require hostname validation of SSL Certificates. The default behavior is to enforce peer name validation.
      See Also:
    • PROP_BASIC_AUTH_USER

      static final String PROP_BASIC_AUTH_USER
      Basic auth username
      See Also:
    • PROP_BASIC_AUTH_PASS

      static final String PROP_BASIC_AUTH_PASS
      Basic auth password
      See Also: