Class GeneratedSolrServerConfig

    • Field Detail

      • NAME

        public static final java.lang.String NAME
        Qualifier of the SolrServerConfig.name attribute
        See Also:
        Constant Field Values
      • MODE

        public static final java.lang.String MODE
        Qualifier of the SolrServerConfig.mode attribute
        See Also:
        Constant Field Values
      • EMBEDDEDMASTER

        public static final java.lang.String EMBEDDEDMASTER
        Qualifier of the SolrServerConfig.embeddedMaster attribute
        See Also:
        Constant Field Values
      • ALIVECHECKINTERVAL

        public static final java.lang.String ALIVECHECKINTERVAL
        Qualifier of the SolrServerConfig.aliveCheckInterval attribute
        See Also:
        Constant Field Values
      • CONNECTIONTIMEOUT

        public static final java.lang.String CONNECTIONTIMEOUT
        Qualifier of the SolrServerConfig.connectionTimeout attribute
        See Also:
        Constant Field Values
      • SOCKETTIMEOUT

        public static final java.lang.String SOCKETTIMEOUT
        Qualifier of the SolrServerConfig.socketTimeout attribute
        See Also:
        Constant Field Values
      • TCPNODELAY

        public static final java.lang.String TCPNODELAY
        Qualifier of the SolrServerConfig.tcpNoDelay attribute
        See Also:
        Constant Field Values
      • MAXTOTALCONNECTIONS

        public static final java.lang.String MAXTOTALCONNECTIONS
        Qualifier of the SolrServerConfig.maxTotalConnections attribute
        See Also:
        Constant Field Values
      • MAXTOTALCONNECTIONSPERHOSTCONFIG

        public static final java.lang.String MAXTOTALCONNECTIONSPERHOSTCONFIG
        Qualifier of the SolrServerConfig.maxTotalConnectionsPerHostConfig attribute
        See Also:
        Constant Field Values
      • USERNAME

        public static final java.lang.String USERNAME
        Qualifier of the SolrServerConfig.username attribute
        See Also:
        Constant Field Values
      • PASSWORD

        public static final java.lang.String PASSWORD
        Qualifier of the SolrServerConfig.password attribute
        See Also:
        Constant Field Values
      • INDEXINGALIVECHECKINTERVAL

        public static final java.lang.String INDEXINGALIVECHECKINTERVAL
        Qualifier of the SolrServerConfig.indexingAliveCheckInterval attribute
        See Also:
        Constant Field Values
      • INDEXINGCONNECTIONTIMEOUT

        public static final java.lang.String INDEXINGCONNECTIONTIMEOUT
        Qualifier of the SolrServerConfig.indexingConnectionTimeout attribute
        See Also:
        Constant Field Values
      • INDEXINGSOCKETTIMEOUT

        public static final java.lang.String INDEXINGSOCKETTIMEOUT
        Qualifier of the SolrServerConfig.indexingSocketTimeout attribute
        See Also:
        Constant Field Values
      • INDEXINGTCPNODELAY

        public static final java.lang.String INDEXINGTCPNODELAY
        Qualifier of the SolrServerConfig.indexingTcpNoDelay attribute
        See Also:
        Constant Field Values
      • INDEXINGMAXTOTALCONNECTIONS

        public static final java.lang.String INDEXINGMAXTOTALCONNECTIONS
        Qualifier of the SolrServerConfig.indexingMaxTotalConnections attribute
        See Also:
        Constant Field Values
      • INDEXINGMAXTOTALCONNECTIONSPERHOSTCONFIG

        public static final java.lang.String INDEXINGMAXTOTALCONNECTIONSPERHOSTCONFIG
        Qualifier of the SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute
        See Also:
        Constant Field Values
      • INDEXINGUSERNAME

        public static final java.lang.String INDEXINGUSERNAME
        Qualifier of the SolrServerConfig.indexingUsername attribute
        See Also:
        Constant Field Values
      • INDEXINGPASSWORD

        public static final java.lang.String INDEXINGPASSWORD
        Qualifier of the SolrServerConfig.indexingPassword attribute
        See Also:
        Constant Field Values
      • READTIMEOUT

        public static final java.lang.String READTIMEOUT
        Qualifier of the SolrServerConfig.readTimeout attribute
        See Also:
        Constant Field Values
      • USEMASTERNODEEXCLUSIVELYFORINDEXING

        public static final java.lang.String USEMASTERNODEEXCLUSIVELYFORINDEXING
        Qualifier of the SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute
        See Also:
        Constant Field Values
      • NUMSHARDS

        public static final java.lang.String NUMSHARDS
        Qualifier of the SolrServerConfig.numShards attribute
        See Also:
        Constant Field Values
      • REPLICATIONFACTOR

        public static final java.lang.String REPLICATIONFACTOR
        Qualifier of the SolrServerConfig.replicationFactor attribute
        See Also:
        Constant Field Values
      • AUTOADDREPLICAS

        public static final java.lang.String AUTOADDREPLICAS
        Qualifier of the SolrServerConfig.autoAddReplicas attribute
        See Also:
        Constant Field Values
      • SOLRQUERYMETHOD

        public static final java.lang.String SOLRQUERYMETHOD
        Qualifier of the SolrServerConfig.solrQueryMethod attribute
        See Also:
        Constant Field Values
      • SOLRENDPOINTURLS

        public static final java.lang.String SOLRENDPOINTURLS
        Qualifier of the SolrServerConfig.solrEndpointUrls attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSolrServerConfig

        public GeneratedSolrServerConfig()
    • Method Detail

      • getAliveCheckInterval

        public java.lang.Integer getAliveCheckInterval​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.aliveCheckInterval attribute.
        Returns:
        the aliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • getAliveCheckInterval

        public java.lang.Integer getAliveCheckInterval()
        Generated method - Getter of the SolrServerConfig.aliveCheckInterval attribute.
        Returns:
        the aliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • getAliveCheckIntervalAsPrimitive

        public int getAliveCheckIntervalAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.aliveCheckInterval attribute.
        Returns:
        the aliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • getAliveCheckIntervalAsPrimitive

        public int getAliveCheckIntervalAsPrimitive()
        Generated method - Getter of the SolrServerConfig.aliveCheckInterval attribute.
        Returns:
        the aliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • setAliveCheckInterval

        public void setAliveCheckInterval​(SessionContext ctx,
                                          java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.aliveCheckInterval attribute.
        Parameters:
        value - the aliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • setAliveCheckInterval

        public void setAliveCheckInterval​(java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.aliveCheckInterval attribute.
        Parameters:
        value - the aliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • setAliveCheckInterval

        public void setAliveCheckInterval​(SessionContext ctx,
                                          int value)
        Generated method - Setter of the SolrServerConfig.aliveCheckInterval attribute.
        Parameters:
        value - the aliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • setAliveCheckInterval

        public void setAliveCheckInterval​(int value)
        Generated method - Setter of the SolrServerConfig.aliveCheckInterval attribute.
        Parameters:
        value - the aliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • isAutoAddReplicas

        public java.lang.Boolean isAutoAddReplicas​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.autoAddReplicas attribute.
        Returns:
        the autoAddReplicas
      • isAutoAddReplicas

        public java.lang.Boolean isAutoAddReplicas()
        Generated method - Getter of the SolrServerConfig.autoAddReplicas attribute.
        Returns:
        the autoAddReplicas
      • isAutoAddReplicasAsPrimitive

        public boolean isAutoAddReplicasAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.autoAddReplicas attribute.
        Returns:
        the autoAddReplicas
      • isAutoAddReplicasAsPrimitive

        public boolean isAutoAddReplicasAsPrimitive()
        Generated method - Getter of the SolrServerConfig.autoAddReplicas attribute.
        Returns:
        the autoAddReplicas
      • setAutoAddReplicas

        public void setAutoAddReplicas​(SessionContext ctx,
                                       java.lang.Boolean value)
        Generated method - Setter of the SolrServerConfig.autoAddReplicas attribute.
        Parameters:
        value - the autoAddReplicas
      • setAutoAddReplicas

        public void setAutoAddReplicas​(java.lang.Boolean value)
        Generated method - Setter of the SolrServerConfig.autoAddReplicas attribute.
        Parameters:
        value - the autoAddReplicas
      • setAutoAddReplicas

        public void setAutoAddReplicas​(SessionContext ctx,
                                       boolean value)
        Generated method - Setter of the SolrServerConfig.autoAddReplicas attribute.
        Parameters:
        value - the autoAddReplicas
      • setAutoAddReplicas

        public void setAutoAddReplicas​(boolean value)
        Generated method - Setter of the SolrServerConfig.autoAddReplicas attribute.
        Parameters:
        value - the autoAddReplicas
      • getConnectionTimeout

        public java.lang.Integer getConnectionTimeout​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.connectionTimeout attribute.
        Returns:
        the connectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • getConnectionTimeout

        public java.lang.Integer getConnectionTimeout()
        Generated method - Getter of the SolrServerConfig.connectionTimeout attribute.
        Returns:
        the connectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • getConnectionTimeoutAsPrimitive

        public int getConnectionTimeoutAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.connectionTimeout attribute.
        Returns:
        the connectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • getConnectionTimeoutAsPrimitive

        public int getConnectionTimeoutAsPrimitive()
        Generated method - Getter of the SolrServerConfig.connectionTimeout attribute.
        Returns:
        the connectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • setConnectionTimeout

        public void setConnectionTimeout​(SessionContext ctx,
                                         java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.connectionTimeout attribute.
        Parameters:
        value - the connectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • setConnectionTimeout

        public void setConnectionTimeout​(java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.connectionTimeout attribute.
        Parameters:
        value - the connectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • setConnectionTimeout

        public void setConnectionTimeout​(SessionContext ctx,
                                         int value)
        Generated method - Setter of the SolrServerConfig.connectionTimeout attribute.
        Parameters:
        value - the connectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • setConnectionTimeout

        public void setConnectionTimeout​(int value)
        Generated method - Setter of the SolrServerConfig.connectionTimeout attribute.
        Parameters:
        value - the connectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • isEmbeddedMaster

        public java.lang.Boolean isEmbeddedMaster​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.embeddedMaster attribute.
        Returns:
        the embeddedMaster
      • isEmbeddedMaster

        public java.lang.Boolean isEmbeddedMaster()
        Generated method - Getter of the SolrServerConfig.embeddedMaster attribute.
        Returns:
        the embeddedMaster
      • isEmbeddedMasterAsPrimitive

        public boolean isEmbeddedMasterAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.embeddedMaster attribute.
        Returns:
        the embeddedMaster
      • isEmbeddedMasterAsPrimitive

        public boolean isEmbeddedMasterAsPrimitive()
        Generated method - Getter of the SolrServerConfig.embeddedMaster attribute.
        Returns:
        the embeddedMaster
      • setEmbeddedMaster

        public void setEmbeddedMaster​(SessionContext ctx,
                                      java.lang.Boolean value)
        Generated method - Setter of the SolrServerConfig.embeddedMaster attribute.
        Parameters:
        value - the embeddedMaster
      • setEmbeddedMaster

        public void setEmbeddedMaster​(java.lang.Boolean value)
        Generated method - Setter of the SolrServerConfig.embeddedMaster attribute.
        Parameters:
        value - the embeddedMaster
      • setEmbeddedMaster

        public void setEmbeddedMaster​(SessionContext ctx,
                                      boolean value)
        Generated method - Setter of the SolrServerConfig.embeddedMaster attribute.
        Parameters:
        value - the embeddedMaster
      • setEmbeddedMaster

        public void setEmbeddedMaster​(boolean value)
        Generated method - Setter of the SolrServerConfig.embeddedMaster attribute.
        Parameters:
        value - the embeddedMaster
      • getIndexingAliveCheckInterval

        public java.lang.Integer getIndexingAliveCheckInterval​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.indexingAliveCheckInterval attribute.
        Returns:
        the indexingAliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • getIndexingAliveCheckInterval

        public java.lang.Integer getIndexingAliveCheckInterval()
        Generated method - Getter of the SolrServerConfig.indexingAliveCheckInterval attribute.
        Returns:
        the indexingAliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • getIndexingAliveCheckIntervalAsPrimitive

        public int getIndexingAliveCheckIntervalAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.indexingAliveCheckInterval attribute.
        Returns:
        the indexingAliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • getIndexingAliveCheckIntervalAsPrimitive

        public int getIndexingAliveCheckIntervalAsPrimitive()
        Generated method - Getter of the SolrServerConfig.indexingAliveCheckInterval attribute.
        Returns:
        the indexingAliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • setIndexingAliveCheckInterval

        public void setIndexingAliveCheckInterval​(SessionContext ctx,
                                                  java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.indexingAliveCheckInterval attribute.
        Parameters:
        value - the indexingAliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • setIndexingAliveCheckInterval

        public void setIndexingAliveCheckInterval​(java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.indexingAliveCheckInterval attribute.
        Parameters:
        value - the indexingAliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • setIndexingAliveCheckInterval

        public void setIndexingAliveCheckInterval​(SessionContext ctx,
                                                  int value)
        Generated method - Setter of the SolrServerConfig.indexingAliveCheckInterval attribute.
        Parameters:
        value - the indexingAliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • setIndexingAliveCheckInterval

        public void setIndexingAliveCheckInterval​(int value)
        Generated method - Setter of the SolrServerConfig.indexingAliveCheckInterval attribute.
        Parameters:
        value - the indexingAliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.
      • getIndexingConnectionTimeout

        public java.lang.Integer getIndexingConnectionTimeout​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.indexingConnectionTimeout attribute.
        Returns:
        the indexingConnectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • getIndexingConnectionTimeout

        public java.lang.Integer getIndexingConnectionTimeout()
        Generated method - Getter of the SolrServerConfig.indexingConnectionTimeout attribute.
        Returns:
        the indexingConnectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • getIndexingConnectionTimeoutAsPrimitive

        public int getIndexingConnectionTimeoutAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.indexingConnectionTimeout attribute.
        Returns:
        the indexingConnectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • getIndexingConnectionTimeoutAsPrimitive

        public int getIndexingConnectionTimeoutAsPrimitive()
        Generated method - Getter of the SolrServerConfig.indexingConnectionTimeout attribute.
        Returns:
        the indexingConnectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • setIndexingConnectionTimeout

        public void setIndexingConnectionTimeout​(SessionContext ctx,
                                                 java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.indexingConnectionTimeout attribute.
        Parameters:
        value - the indexingConnectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • setIndexingConnectionTimeout

        public void setIndexingConnectionTimeout​(java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.indexingConnectionTimeout attribute.
        Parameters:
        value - the indexingConnectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • setIndexingConnectionTimeout

        public void setIndexingConnectionTimeout​(SessionContext ctx,
                                                 int value)
        Generated method - Setter of the SolrServerConfig.indexingConnectionTimeout attribute.
        Parameters:
        value - the indexingConnectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • setIndexingConnectionTimeout

        public void setIndexingConnectionTimeout​(int value)
        Generated method - Setter of the SolrServerConfig.indexingConnectionTimeout attribute.
        Parameters:
        value - the indexingConnectionTimeout - Sets the timeout in milliseconds until a connection is established.
      • getIndexingMaxTotalConnections

        public java.lang.Integer getIndexingMaxTotalConnections​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.indexingMaxTotalConnections attribute.
        Returns:
        the indexingMaxTotalConnections - Sets the maximum total connections allowed
      • getIndexingMaxTotalConnections

        public java.lang.Integer getIndexingMaxTotalConnections()
        Generated method - Getter of the SolrServerConfig.indexingMaxTotalConnections attribute.
        Returns:
        the indexingMaxTotalConnections - Sets the maximum total connections allowed
      • getIndexingMaxTotalConnectionsAsPrimitive

        public int getIndexingMaxTotalConnectionsAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.indexingMaxTotalConnections attribute.
        Returns:
        the indexingMaxTotalConnections - Sets the maximum total connections allowed
      • getIndexingMaxTotalConnectionsAsPrimitive

        public int getIndexingMaxTotalConnectionsAsPrimitive()
        Generated method - Getter of the SolrServerConfig.indexingMaxTotalConnections attribute.
        Returns:
        the indexingMaxTotalConnections - Sets the maximum total connections allowed
      • setIndexingMaxTotalConnections

        public void setIndexingMaxTotalConnections​(SessionContext ctx,
                                                   java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.indexingMaxTotalConnections attribute.
        Parameters:
        value - the indexingMaxTotalConnections - Sets the maximum total connections allowed
      • setIndexingMaxTotalConnections

        public void setIndexingMaxTotalConnections​(java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.indexingMaxTotalConnections attribute.
        Parameters:
        value - the indexingMaxTotalConnections - Sets the maximum total connections allowed
      • setIndexingMaxTotalConnections

        public void setIndexingMaxTotalConnections​(SessionContext ctx,
                                                   int value)
        Generated method - Setter of the SolrServerConfig.indexingMaxTotalConnections attribute.
        Parameters:
        value - the indexingMaxTotalConnections - Sets the maximum total connections allowed
      • setIndexingMaxTotalConnections

        public void setIndexingMaxTotalConnections​(int value)
        Generated method - Setter of the SolrServerConfig.indexingMaxTotalConnections attribute.
        Parameters:
        value - the indexingMaxTotalConnections - Sets the maximum total connections allowed
      • getIndexingMaxTotalConnectionsPerHostConfig

        public java.lang.Integer getIndexingMaxTotalConnectionsPerHostConfig​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute.
        Returns:
        the indexingMaxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • getIndexingMaxTotalConnectionsPerHostConfig

        public java.lang.Integer getIndexingMaxTotalConnectionsPerHostConfig()
        Generated method - Getter of the SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute.
        Returns:
        the indexingMaxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • getIndexingMaxTotalConnectionsPerHostConfigAsPrimitive

        public int getIndexingMaxTotalConnectionsPerHostConfigAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute.
        Returns:
        the indexingMaxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • getIndexingMaxTotalConnectionsPerHostConfigAsPrimitive

        public int getIndexingMaxTotalConnectionsPerHostConfigAsPrimitive()
        Generated method - Getter of the SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute.
        Returns:
        the indexingMaxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • setIndexingMaxTotalConnectionsPerHostConfig

        public void setIndexingMaxTotalConnectionsPerHostConfig​(SessionContext ctx,
                                                                java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute.
        Parameters:
        value - the indexingMaxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • setIndexingMaxTotalConnectionsPerHostConfig

        public void setIndexingMaxTotalConnectionsPerHostConfig​(java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute.
        Parameters:
        value - the indexingMaxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • setIndexingMaxTotalConnectionsPerHostConfig

        public void setIndexingMaxTotalConnectionsPerHostConfig​(SessionContext ctx,
                                                                int value)
        Generated method - Setter of the SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute.
        Parameters:
        value - the indexingMaxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • setIndexingMaxTotalConnectionsPerHostConfig

        public void setIndexingMaxTotalConnectionsPerHostConfig​(int value)
        Generated method - Setter of the SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute.
        Parameters:
        value - the indexingMaxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • getIndexingPassword

        public java.lang.String getIndexingPassword​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.indexingPassword attribute.
        Returns:
        the indexingPassword
      • getIndexingPassword

        public java.lang.String getIndexingPassword()
        Generated method - Getter of the SolrServerConfig.indexingPassword attribute.
        Returns:
        the indexingPassword
      • setIndexingPassword

        public void setIndexingPassword​(SessionContext ctx,
                                        java.lang.String value)
        Generated method - Setter of the SolrServerConfig.indexingPassword attribute.
        Parameters:
        value - the indexingPassword
      • setIndexingPassword

        public void setIndexingPassword​(java.lang.String value)
        Generated method - Setter of the SolrServerConfig.indexingPassword attribute.
        Parameters:
        value - the indexingPassword
      • getIndexingSocketTimeout

        public java.lang.Integer getIndexingSocketTimeout​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.indexingSocketTimeout attribute.
        Returns:
        the indexingSocketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • getIndexingSocketTimeout

        public java.lang.Integer getIndexingSocketTimeout()
        Generated method - Getter of the SolrServerConfig.indexingSocketTimeout attribute.
        Returns:
        the indexingSocketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • getIndexingSocketTimeoutAsPrimitive

        public int getIndexingSocketTimeoutAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.indexingSocketTimeout attribute.
        Returns:
        the indexingSocketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • getIndexingSocketTimeoutAsPrimitive

        public int getIndexingSocketTimeoutAsPrimitive()
        Generated method - Getter of the SolrServerConfig.indexingSocketTimeout attribute.
        Returns:
        the indexingSocketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • setIndexingSocketTimeout

        public void setIndexingSocketTimeout​(SessionContext ctx,
                                             java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.indexingSocketTimeout attribute.
        Parameters:
        value - the indexingSocketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • setIndexingSocketTimeout

        public void setIndexingSocketTimeout​(java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.indexingSocketTimeout attribute.
        Parameters:
        value - the indexingSocketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • setIndexingSocketTimeout

        public void setIndexingSocketTimeout​(SessionContext ctx,
                                             int value)
        Generated method - Setter of the SolrServerConfig.indexingSocketTimeout attribute.
        Parameters:
        value - the indexingSocketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • setIndexingSocketTimeout

        public void setIndexingSocketTimeout​(int value)
        Generated method - Setter of the SolrServerConfig.indexingSocketTimeout attribute.
        Parameters:
        value - the indexingSocketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • isIndexingTcpNoDelay

        public java.lang.Boolean isIndexingTcpNoDelay​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.indexingTcpNoDelay attribute.
        Returns:
        the indexingTcpNoDelay - Setting to true disables TCP packet batching
      • isIndexingTcpNoDelay

        public java.lang.Boolean isIndexingTcpNoDelay()
        Generated method - Getter of the SolrServerConfig.indexingTcpNoDelay attribute.
        Returns:
        the indexingTcpNoDelay - Setting to true disables TCP packet batching
      • isIndexingTcpNoDelayAsPrimitive

        public boolean isIndexingTcpNoDelayAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.indexingTcpNoDelay attribute.
        Returns:
        the indexingTcpNoDelay - Setting to true disables TCP packet batching
      • isIndexingTcpNoDelayAsPrimitive

        public boolean isIndexingTcpNoDelayAsPrimitive()
        Generated method - Getter of the SolrServerConfig.indexingTcpNoDelay attribute.
        Returns:
        the indexingTcpNoDelay - Setting to true disables TCP packet batching
      • setIndexingTcpNoDelay

        public void setIndexingTcpNoDelay​(SessionContext ctx,
                                          java.lang.Boolean value)
        Generated method - Setter of the SolrServerConfig.indexingTcpNoDelay attribute.
        Parameters:
        value - the indexingTcpNoDelay - Setting to true disables TCP packet batching
      • setIndexingTcpNoDelay

        public void setIndexingTcpNoDelay​(java.lang.Boolean value)
        Generated method - Setter of the SolrServerConfig.indexingTcpNoDelay attribute.
        Parameters:
        value - the indexingTcpNoDelay - Setting to true disables TCP packet batching
      • setIndexingTcpNoDelay

        public void setIndexingTcpNoDelay​(SessionContext ctx,
                                          boolean value)
        Generated method - Setter of the SolrServerConfig.indexingTcpNoDelay attribute.
        Parameters:
        value - the indexingTcpNoDelay - Setting to true disables TCP packet batching
      • setIndexingTcpNoDelay

        public void setIndexingTcpNoDelay​(boolean value)
        Generated method - Setter of the SolrServerConfig.indexingTcpNoDelay attribute.
        Parameters:
        value - the indexingTcpNoDelay - Setting to true disables TCP packet batching
      • getIndexingUsername

        public java.lang.String getIndexingUsername​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.indexingUsername attribute.
        Returns:
        the indexingUsername
      • getIndexingUsername

        public java.lang.String getIndexingUsername()
        Generated method - Getter of the SolrServerConfig.indexingUsername attribute.
        Returns:
        the indexingUsername
      • setIndexingUsername

        public void setIndexingUsername​(SessionContext ctx,
                                        java.lang.String value)
        Generated method - Setter of the SolrServerConfig.indexingUsername attribute.
        Parameters:
        value - the indexingUsername
      • setIndexingUsername

        public void setIndexingUsername​(java.lang.String value)
        Generated method - Setter of the SolrServerConfig.indexingUsername attribute.
        Parameters:
        value - the indexingUsername
      • getMaxTotalConnections

        public java.lang.Integer getMaxTotalConnections​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.maxTotalConnections attribute.
        Returns:
        the maxTotalConnections - Sets the maximum total connections allowed
      • getMaxTotalConnections

        public java.lang.Integer getMaxTotalConnections()
        Generated method - Getter of the SolrServerConfig.maxTotalConnections attribute.
        Returns:
        the maxTotalConnections - Sets the maximum total connections allowed
      • getMaxTotalConnectionsAsPrimitive

        public int getMaxTotalConnectionsAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.maxTotalConnections attribute.
        Returns:
        the maxTotalConnections - Sets the maximum total connections allowed
      • getMaxTotalConnectionsAsPrimitive

        public int getMaxTotalConnectionsAsPrimitive()
        Generated method - Getter of the SolrServerConfig.maxTotalConnections attribute.
        Returns:
        the maxTotalConnections - Sets the maximum total connections allowed
      • setMaxTotalConnections

        public void setMaxTotalConnections​(SessionContext ctx,
                                           java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.maxTotalConnections attribute.
        Parameters:
        value - the maxTotalConnections - Sets the maximum total connections allowed
      • setMaxTotalConnections

        public void setMaxTotalConnections​(java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.maxTotalConnections attribute.
        Parameters:
        value - the maxTotalConnections - Sets the maximum total connections allowed
      • setMaxTotalConnections

        public void setMaxTotalConnections​(SessionContext ctx,
                                           int value)
        Generated method - Setter of the SolrServerConfig.maxTotalConnections attribute.
        Parameters:
        value - the maxTotalConnections - Sets the maximum total connections allowed
      • setMaxTotalConnections

        public void setMaxTotalConnections​(int value)
        Generated method - Setter of the SolrServerConfig.maxTotalConnections attribute.
        Parameters:
        value - the maxTotalConnections - Sets the maximum total connections allowed
      • getMaxTotalConnectionsPerHostConfig

        public java.lang.Integer getMaxTotalConnectionsPerHostConfig​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.maxTotalConnectionsPerHostConfig attribute.
        Returns:
        the maxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • getMaxTotalConnectionsPerHostConfig

        public java.lang.Integer getMaxTotalConnectionsPerHostConfig()
        Generated method - Getter of the SolrServerConfig.maxTotalConnectionsPerHostConfig attribute.
        Returns:
        the maxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • getMaxTotalConnectionsPerHostConfigAsPrimitive

        public int getMaxTotalConnectionsPerHostConfigAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.maxTotalConnectionsPerHostConfig attribute.
        Returns:
        the maxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • getMaxTotalConnectionsPerHostConfigAsPrimitive

        public int getMaxTotalConnectionsPerHostConfigAsPrimitive()
        Generated method - Getter of the SolrServerConfig.maxTotalConnectionsPerHostConfig attribute.
        Returns:
        the maxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • setMaxTotalConnectionsPerHostConfig

        public void setMaxTotalConnectionsPerHostConfig​(SessionContext ctx,
                                                        java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.maxTotalConnectionsPerHostConfig attribute.
        Parameters:
        value - the maxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • setMaxTotalConnectionsPerHostConfig

        public void setMaxTotalConnectionsPerHostConfig​(java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.maxTotalConnectionsPerHostConfig attribute.
        Parameters:
        value - the maxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • setMaxTotalConnectionsPerHostConfig

        public void setMaxTotalConnectionsPerHostConfig​(SessionContext ctx,
                                                        int value)
        Generated method - Setter of the SolrServerConfig.maxTotalConnectionsPerHostConfig attribute.
        Parameters:
        value - the maxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • setMaxTotalConnectionsPerHostConfig

        public void setMaxTotalConnectionsPerHostConfig​(int value)
        Generated method - Setter of the SolrServerConfig.maxTotalConnectionsPerHostConfig attribute.
        Parameters:
        value - the maxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config
      • getMode

        public EnumerationValue getMode​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.mode attribute.
        Returns:
        the mode - operation mode of Solr server
      • getMode

        public EnumerationValue getMode()
        Generated method - Getter of the SolrServerConfig.mode attribute.
        Returns:
        the mode - operation mode of Solr server
      • setMode

        public void setMode​(SessionContext ctx,
                            EnumerationValue value)
        Generated method - Setter of the SolrServerConfig.mode attribute.
        Parameters:
        value - the mode - operation mode of Solr server
      • setMode

        public void setMode​(EnumerationValue value)
        Generated method - Setter of the SolrServerConfig.mode attribute.
        Parameters:
        value - the mode - operation mode of Solr server
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.name attribute.
        Returns:
        the name - unique identifier of solr configuration
      • getName

        public java.lang.String getName()
        Generated method - Getter of the SolrServerConfig.name attribute.
        Returns:
        the name - unique identifier of solr configuration
      • setName

        protected void setName​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the SolrServerConfig.name attribute.
        Parameters:
        value - the name - unique identifier of solr configuration
      • setName

        protected void setName​(java.lang.String value)
        Generated method - Setter of the SolrServerConfig.name attribute.
        Parameters:
        value - the name - unique identifier of solr configuration
      • getNumShards

        public java.lang.Integer getNumShards​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.numShards attribute.
        Returns:
        the numShards
      • getNumShards

        public java.lang.Integer getNumShards()
        Generated method - Getter of the SolrServerConfig.numShards attribute.
        Returns:
        the numShards
      • getNumShardsAsPrimitive

        public int getNumShardsAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.numShards attribute.
        Returns:
        the numShards
      • getNumShardsAsPrimitive

        public int getNumShardsAsPrimitive()
        Generated method - Getter of the SolrServerConfig.numShards attribute.
        Returns:
        the numShards
      • setNumShards

        public void setNumShards​(SessionContext ctx,
                                 java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.numShards attribute.
        Parameters:
        value - the numShards
      • setNumShards

        public void setNumShards​(java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.numShards attribute.
        Parameters:
        value - the numShards
      • setNumShards

        public void setNumShards​(SessionContext ctx,
                                 int value)
        Generated method - Setter of the SolrServerConfig.numShards attribute.
        Parameters:
        value - the numShards
      • setNumShards

        public void setNumShards​(int value)
        Generated method - Setter of the SolrServerConfig.numShards attribute.
        Parameters:
        value - the numShards
      • getPassword

        public java.lang.String getPassword​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.password attribute.
        Returns:
        the password
      • getPassword

        public java.lang.String getPassword()
        Generated method - Getter of the SolrServerConfig.password attribute.
        Returns:
        the password
      • setPassword

        public void setPassword​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the SolrServerConfig.password attribute.
        Parameters:
        value - the password
      • setPassword

        public void setPassword​(java.lang.String value)
        Generated method - Setter of the SolrServerConfig.password attribute.
        Parameters:
        value - the password
      • getReadTimeout

        public java.lang.Integer getReadTimeout​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.readTimeout attribute.
        Returns:
        the readTimeout
      • getReadTimeout

        public java.lang.Integer getReadTimeout()
        Generated method - Getter of the SolrServerConfig.readTimeout attribute.
        Returns:
        the readTimeout
      • getReadTimeoutAsPrimitive

        public int getReadTimeoutAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.readTimeout attribute.
        Returns:
        the readTimeout
      • getReadTimeoutAsPrimitive

        public int getReadTimeoutAsPrimitive()
        Generated method - Getter of the SolrServerConfig.readTimeout attribute.
        Returns:
        the readTimeout
      • setReadTimeout

        public void setReadTimeout​(SessionContext ctx,
                                   java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.readTimeout attribute.
        Parameters:
        value - the readTimeout
      • setReadTimeout

        public void setReadTimeout​(java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.readTimeout attribute.
        Parameters:
        value - the readTimeout
      • setReadTimeout

        public void setReadTimeout​(SessionContext ctx,
                                   int value)
        Generated method - Setter of the SolrServerConfig.readTimeout attribute.
        Parameters:
        value - the readTimeout
      • setReadTimeout

        public void setReadTimeout​(int value)
        Generated method - Setter of the SolrServerConfig.readTimeout attribute.
        Parameters:
        value - the readTimeout
      • getReplicationFactor

        public java.lang.Integer getReplicationFactor​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.replicationFactor attribute.
        Returns:
        the replicationFactor
      • getReplicationFactor

        public java.lang.Integer getReplicationFactor()
        Generated method - Getter of the SolrServerConfig.replicationFactor attribute.
        Returns:
        the replicationFactor
      • getReplicationFactorAsPrimitive

        public int getReplicationFactorAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.replicationFactor attribute.
        Returns:
        the replicationFactor
      • getReplicationFactorAsPrimitive

        public int getReplicationFactorAsPrimitive()
        Generated method - Getter of the SolrServerConfig.replicationFactor attribute.
        Returns:
        the replicationFactor
      • setReplicationFactor

        public void setReplicationFactor​(SessionContext ctx,
                                         java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.replicationFactor attribute.
        Parameters:
        value - the replicationFactor
      • setReplicationFactor

        public void setReplicationFactor​(java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.replicationFactor attribute.
        Parameters:
        value - the replicationFactor
      • setReplicationFactor

        public void setReplicationFactor​(SessionContext ctx,
                                         int value)
        Generated method - Setter of the SolrServerConfig.replicationFactor attribute.
        Parameters:
        value - the replicationFactor
      • setReplicationFactor

        public void setReplicationFactor​(int value)
        Generated method - Setter of the SolrServerConfig.replicationFactor attribute.
        Parameters:
        value - the replicationFactor
      • getSocketTimeout

        public java.lang.Integer getSocketTimeout​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.socketTimeout attribute.
        Returns:
        the socketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • getSocketTimeout

        public java.lang.Integer getSocketTimeout()
        Generated method - Getter of the SolrServerConfig.socketTimeout attribute.
        Returns:
        the socketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • getSocketTimeoutAsPrimitive

        public int getSocketTimeoutAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.socketTimeout attribute.
        Returns:
        the socketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • getSocketTimeoutAsPrimitive

        public int getSocketTimeoutAsPrimitive()
        Generated method - Getter of the SolrServerConfig.socketTimeout attribute.
        Returns:
        the socketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • setSocketTimeout

        public void setSocketTimeout​(SessionContext ctx,
                                     java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.socketTimeout attribute.
        Parameters:
        value - the socketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • setSocketTimeout

        public void setSocketTimeout​(java.lang.Integer value)
        Generated method - Setter of the SolrServerConfig.socketTimeout attribute.
        Parameters:
        value - the socketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • setSocketTimeout

        public void setSocketTimeout​(SessionContext ctx,
                                     int value)
        Generated method - Setter of the SolrServerConfig.socketTimeout attribute.
        Parameters:
        value - the socketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • setSocketTimeout

        public void setSocketTimeout​(int value)
        Generated method - Setter of the SolrServerConfig.socketTimeout attribute.
        Parameters:
        value - the socketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data
      • getSolrEndpointUrls

        public java.util.List<SolrEndpointUrl> getSolrEndpointUrls​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.solrEndpointUrls attribute.
        Returns:
        the solrEndpointUrls
      • getSolrEndpointUrls

        public java.util.List<SolrEndpointUrl> getSolrEndpointUrls()
        Generated method - Getter of the SolrServerConfig.solrEndpointUrls attribute.
        Returns:
        the solrEndpointUrls
      • setSolrEndpointUrls

        public void setSolrEndpointUrls​(SessionContext ctx,
                                        java.util.List<SolrEndpointUrl> value)
        Generated method - Setter of the SolrServerConfig.solrEndpointUrls attribute.
        Parameters:
        value - the solrEndpointUrls
      • setSolrEndpointUrls

        public void setSolrEndpointUrls​(java.util.List<SolrEndpointUrl> value)
        Generated method - Setter of the SolrServerConfig.solrEndpointUrls attribute.
        Parameters:
        value - the solrEndpointUrls
      • addToSolrEndpointUrls

        public void addToSolrEndpointUrls​(SessionContext ctx,
                                          SolrEndpointUrl value)
        Generated method - Adds value to solrEndpointUrls.
        Parameters:
        value - the item to add to solrEndpointUrls
      • addToSolrEndpointUrls

        public void addToSolrEndpointUrls​(SolrEndpointUrl value)
        Generated method - Adds value to solrEndpointUrls.
        Parameters:
        value - the item to add to solrEndpointUrls
      • removeFromSolrEndpointUrls

        public void removeFromSolrEndpointUrls​(SessionContext ctx,
                                               SolrEndpointUrl value)
        Generated method - Removes value from solrEndpointUrls.
        Parameters:
        value - the item to remove from solrEndpointUrls
      • removeFromSolrEndpointUrls

        public void removeFromSolrEndpointUrls​(SolrEndpointUrl value)
        Generated method - Removes value from solrEndpointUrls.
        Parameters:
        value - the item to remove from solrEndpointUrls
      • getSolrQueryMethod

        public EnumerationValue getSolrQueryMethod​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.solrQueryMethod attribute.
        Returns:
        the solrQueryMethod
      • getSolrQueryMethod

        public EnumerationValue getSolrQueryMethod()
        Generated method - Getter of the SolrServerConfig.solrQueryMethod attribute.
        Returns:
        the solrQueryMethod
      • setSolrQueryMethod

        public void setSolrQueryMethod​(SessionContext ctx,
                                       EnumerationValue value)
        Generated method - Setter of the SolrServerConfig.solrQueryMethod attribute.
        Parameters:
        value - the solrQueryMethod
      • setSolrQueryMethod

        public void setSolrQueryMethod​(EnumerationValue value)
        Generated method - Setter of the SolrServerConfig.solrQueryMethod attribute.
        Parameters:
        value - the solrQueryMethod
      • isTcpNoDelay

        public java.lang.Boolean isTcpNoDelay​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.tcpNoDelay attribute.
        Returns:
        the tcpNoDelay - Setting to true disables TCP packet batching
      • isTcpNoDelay

        public java.lang.Boolean isTcpNoDelay()
        Generated method - Getter of the SolrServerConfig.tcpNoDelay attribute.
        Returns:
        the tcpNoDelay - Setting to true disables TCP packet batching
      • isTcpNoDelayAsPrimitive

        public boolean isTcpNoDelayAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.tcpNoDelay attribute.
        Returns:
        the tcpNoDelay - Setting to true disables TCP packet batching
      • isTcpNoDelayAsPrimitive

        public boolean isTcpNoDelayAsPrimitive()
        Generated method - Getter of the SolrServerConfig.tcpNoDelay attribute.
        Returns:
        the tcpNoDelay - Setting to true disables TCP packet batching
      • setTcpNoDelay

        public void setTcpNoDelay​(SessionContext ctx,
                                  java.lang.Boolean value)
        Generated method - Setter of the SolrServerConfig.tcpNoDelay attribute.
        Parameters:
        value - the tcpNoDelay - Setting to true disables TCP packet batching
      • setTcpNoDelay

        public void setTcpNoDelay​(java.lang.Boolean value)
        Generated method - Setter of the SolrServerConfig.tcpNoDelay attribute.
        Parameters:
        value - the tcpNoDelay - Setting to true disables TCP packet batching
      • setTcpNoDelay

        public void setTcpNoDelay​(SessionContext ctx,
                                  boolean value)
        Generated method - Setter of the SolrServerConfig.tcpNoDelay attribute.
        Parameters:
        value - the tcpNoDelay - Setting to true disables TCP packet batching
      • setTcpNoDelay

        public void setTcpNoDelay​(boolean value)
        Generated method - Setter of the SolrServerConfig.tcpNoDelay attribute.
        Parameters:
        value - the tcpNoDelay - Setting to true disables TCP packet batching
      • isUseMasterNodeExclusivelyForIndexing

        public java.lang.Boolean isUseMasterNodeExclusivelyForIndexing​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute.
        Returns:
        the useMasterNodeExclusivelyForIndexing
      • isUseMasterNodeExclusivelyForIndexing

        public java.lang.Boolean isUseMasterNodeExclusivelyForIndexing()
        Generated method - Getter of the SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute.
        Returns:
        the useMasterNodeExclusivelyForIndexing
      • isUseMasterNodeExclusivelyForIndexingAsPrimitive

        public boolean isUseMasterNodeExclusivelyForIndexingAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute.
        Returns:
        the useMasterNodeExclusivelyForIndexing
      • isUseMasterNodeExclusivelyForIndexingAsPrimitive

        public boolean isUseMasterNodeExclusivelyForIndexingAsPrimitive()
        Generated method - Getter of the SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute.
        Returns:
        the useMasterNodeExclusivelyForIndexing
      • setUseMasterNodeExclusivelyForIndexing

        public void setUseMasterNodeExclusivelyForIndexing​(SessionContext ctx,
                                                           java.lang.Boolean value)
        Generated method - Setter of the SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute.
        Parameters:
        value - the useMasterNodeExclusivelyForIndexing
      • setUseMasterNodeExclusivelyForIndexing

        public void setUseMasterNodeExclusivelyForIndexing​(java.lang.Boolean value)
        Generated method - Setter of the SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute.
        Parameters:
        value - the useMasterNodeExclusivelyForIndexing
      • setUseMasterNodeExclusivelyForIndexing

        public void setUseMasterNodeExclusivelyForIndexing​(SessionContext ctx,
                                                           boolean value)
        Generated method - Setter of the SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute.
        Parameters:
        value - the useMasterNodeExclusivelyForIndexing
      • setUseMasterNodeExclusivelyForIndexing

        public void setUseMasterNodeExclusivelyForIndexing​(boolean value)
        Generated method - Setter of the SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute.
        Parameters:
        value - the useMasterNodeExclusivelyForIndexing
      • getUsername

        public java.lang.String getUsername​(SessionContext ctx)
        Generated method - Getter of the SolrServerConfig.username attribute.
        Returns:
        the username
      • getUsername

        public java.lang.String getUsername()
        Generated method - Getter of the SolrServerConfig.username attribute.
        Returns:
        the username
      • setUsername

        public void setUsername​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the SolrServerConfig.username attribute.
        Parameters:
        value - the username
      • setUsername

        public void setUsername​(java.lang.String value)
        Generated method - Setter of the SolrServerConfig.username attribute.
        Parameters:
        value - the username