Class GeneratedSolrServerConfig

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
SolrServerConfig

public abstract class GeneratedSolrServerConfig extends GenericItem
Generated class for type SolrServerConfig.
See Also:
  • Field Details

    • NAME

      public static final String NAME
      Qualifier of the SolrServerConfig.name attribute
      See Also:
    • MODE

      public static final String MODE
      Qualifier of the SolrServerConfig.mode attribute
      See Also:
    • EMBEDDEDMASTER

      public static final String EMBEDDEDMASTER
      Qualifier of the SolrServerConfig.embeddedMaster attribute
      See Also:
    • ALIVECHECKINTERVAL

      public static final String ALIVECHECKINTERVAL
      Qualifier of the SolrServerConfig.aliveCheckInterval attribute
      See Also:
    • CONNECTIONTIMEOUT

      public static final String CONNECTIONTIMEOUT
      Qualifier of the SolrServerConfig.connectionTimeout attribute
      See Also:
    • SOCKETTIMEOUT

      public static final String SOCKETTIMEOUT
      Qualifier of the SolrServerConfig.socketTimeout attribute
      See Also:
    • TCPNODELAY

      public static final String TCPNODELAY
      Qualifier of the SolrServerConfig.tcpNoDelay attribute
      See Also:
    • MAXTOTALCONNECTIONS

      public static final String MAXTOTALCONNECTIONS
      Qualifier of the SolrServerConfig.maxTotalConnections attribute
      See Also:
    • MAXTOTALCONNECTIONSPERHOSTCONFIG

      public static final String MAXTOTALCONNECTIONSPERHOSTCONFIG
      Qualifier of the SolrServerConfig.maxTotalConnectionsPerHostConfig attribute
      See Also:
    • USERNAME

      public static final String USERNAME
      Qualifier of the SolrServerConfig.username attribute
      See Also:
    • PASSWORD

      public static final String PASSWORD
      Qualifier of the SolrServerConfig.password attribute
      See Also:
    • INDEXINGALIVECHECKINTERVAL

      public static final String INDEXINGALIVECHECKINTERVAL
      Qualifier of the SolrServerConfig.indexingAliveCheckInterval attribute
      See Also:
    • INDEXINGCONNECTIONTIMEOUT

      public static final String INDEXINGCONNECTIONTIMEOUT
      Qualifier of the SolrServerConfig.indexingConnectionTimeout attribute
      See Also:
    • INDEXINGSOCKETTIMEOUT

      public static final String INDEXINGSOCKETTIMEOUT
      Qualifier of the SolrServerConfig.indexingSocketTimeout attribute
      See Also:
    • INDEXINGTCPNODELAY

      public static final String INDEXINGTCPNODELAY
      Qualifier of the SolrServerConfig.indexingTcpNoDelay attribute
      See Also:
    • INDEXINGMAXTOTALCONNECTIONS

      public static final String INDEXINGMAXTOTALCONNECTIONS
      Qualifier of the SolrServerConfig.indexingMaxTotalConnections attribute
      See Also:
    • INDEXINGMAXTOTALCONNECTIONSPERHOSTCONFIG

      public static final String INDEXINGMAXTOTALCONNECTIONSPERHOSTCONFIG
      Qualifier of the SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute
      See Also:
    • INDEXINGUSERNAME

      public static final String INDEXINGUSERNAME
      Qualifier of the SolrServerConfig.indexingUsername attribute
      See Also:
    • INDEXINGPASSWORD

      public static final String INDEXINGPASSWORD
      Qualifier of the SolrServerConfig.indexingPassword attribute
      See Also:
    • READTIMEOUT

      public static final String READTIMEOUT
      Qualifier of the SolrServerConfig.readTimeout attribute
      See Also:
    • USEMASTERNODEEXCLUSIVELYFORINDEXING

      public static final String USEMASTERNODEEXCLUSIVELYFORINDEXING
      Qualifier of the SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute
      See Also:
    • NUMSHARDS

      public static final String NUMSHARDS
      Qualifier of the SolrServerConfig.numShards attribute
      See Also:
    • REPLICATIONFACTOR

      public static final String REPLICATIONFACTOR
      Qualifier of the SolrServerConfig.replicationFactor attribute
      See Also:
    • AUTOADDREPLICAS

      public static final String AUTOADDREPLICAS
      Qualifier of the SolrServerConfig.autoAddReplicas attribute
      See Also:
    • SOLRQUERYMETHOD

      public static final String SOLRQUERYMETHOD
      Qualifier of the SolrServerConfig.solrQueryMethod attribute
      See Also:
    • SOLRENDPOINTURLS

      public static final String SOLRENDPOINTURLS
      Qualifier of the SolrServerConfig.solrEndpointUrls attribute
      See Also:
    • SOLRENDPOINTURLSHANDLER

      protected static final OneToManyHandler<SolrEndpointUrl> SOLRENDPOINTURLSHANDLER
      OneToManyHandler for handling 1:n SOLRENDPOINTURLS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedSolrServerConfig

      public GeneratedSolrServerConfig()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getAliveCheckInterval

      public 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 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, 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(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 Boolean isAutoAddReplicas(SessionContext ctx)
      Generated method - Getter of the SolrServerConfig.autoAddReplicas attribute.
      Returns:
      the autoAddReplicas
    • isAutoAddReplicas

      public 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, 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
    • 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 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 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, 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(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 Boolean isEmbeddedMaster(SessionContext ctx)
      Generated method - Getter of the SolrServerConfig.embeddedMaster attribute.
      Returns:
      the embeddedMaster
    • isEmbeddedMaster

      public 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, 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
    • 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 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 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, 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(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 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 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, 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(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 Integer getIndexingMaxTotalConnections(SessionContext ctx)
      Generated method - Getter of the SolrServerConfig.indexingMaxTotalConnections attribute.
      Returns:
      the indexingMaxTotalConnections - Sets the maximum total connections allowed
    • getIndexingMaxTotalConnections

      public 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, Integer value)
      Generated method - Setter of the SolrServerConfig.indexingMaxTotalConnections attribute.
      Parameters:
      value - the indexingMaxTotalConnections - Sets the maximum total connections allowed
    • setIndexingMaxTotalConnections

      public void setIndexingMaxTotalConnections(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 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 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, 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(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 String getIndexingPassword(SessionContext ctx)
      Generated method - Getter of the SolrServerConfig.indexingPassword attribute.
      Returns:
      the indexingPassword
    • getIndexingPassword

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

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

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

      public 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 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, 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(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 Boolean isIndexingTcpNoDelay(SessionContext ctx)
      Generated method - Getter of the SolrServerConfig.indexingTcpNoDelay attribute.
      Returns:
      the indexingTcpNoDelay - Setting to true disables TCP packet batching
    • isIndexingTcpNoDelay

      public 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, 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
    • 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 String getIndexingUsername(SessionContext ctx)
      Generated method - Getter of the SolrServerConfig.indexingUsername attribute.
      Returns:
      the indexingUsername
    • getIndexingUsername

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

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

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

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

      public 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, Integer value)
      Generated method - Setter of the SolrServerConfig.maxTotalConnections attribute.
      Parameters:
      value - the maxTotalConnections - Sets the maximum total connections allowed
    • setMaxTotalConnections

      public void setMaxTotalConnections(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 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 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, 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(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 String getName(SessionContext ctx)
      Generated method - Getter of the SolrServerConfig.name attribute.
      Returns:
      the name - unique identifier of solr configuration
    • getName

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

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

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

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

      public 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, Integer value)
      Generated method - Setter of the SolrServerConfig.numShards attribute.
      Parameters:
      value - the numShards
    • setNumShards

      public void setNumShards(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 String getPassword(SessionContext ctx)
      Generated method - Getter of the SolrServerConfig.password attribute.
      Returns:
      the password
    • getPassword

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

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

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

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

      public 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, Integer value)
      Generated method - Setter of the SolrServerConfig.readTimeout attribute.
      Parameters:
      value - the readTimeout
    • setReadTimeout

      public void setReadTimeout(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 Integer getReplicationFactor(SessionContext ctx)
      Generated method - Getter of the SolrServerConfig.replicationFactor attribute.
      Returns:
      the replicationFactor
    • getReplicationFactor

      public 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, Integer value)
      Generated method - Setter of the SolrServerConfig.replicationFactor attribute.
      Parameters:
      value - the replicationFactor
    • setReplicationFactor

      public void setReplicationFactor(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 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 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, 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(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 List<SolrEndpointUrl> getSolrEndpointUrls(SessionContext ctx)
      Generated method - Getter of the SolrServerConfig.solrEndpointUrls attribute.
      Returns:
      the solrEndpointUrls
    • getSolrEndpointUrls

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

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

      public void setSolrEndpointUrls(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 Boolean isTcpNoDelay(SessionContext ctx)
      Generated method - Getter of the SolrServerConfig.tcpNoDelay attribute.
      Returns:
      the tcpNoDelay - Setting to true disables TCP packet batching
    • isTcpNoDelay

      public 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, 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
    • 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 Boolean isUseMasterNodeExclusivelyForIndexing(SessionContext ctx)
      Generated method - Getter of the SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute.
      Returns:
      the useMasterNodeExclusivelyForIndexing
    • isUseMasterNodeExclusivelyForIndexing

      public 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, 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
    • 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 String getUsername(SessionContext ctx)
      Generated method - Getter of the SolrServerConfig.username attribute.
      Returns:
      the username
    • getUsername

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

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

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