Class GeneratedSolrServerConfig
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.solrfacetsearch.jalo.config.GeneratedSolrServerConfig
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
SolrServerConfig
public abstract class GeneratedSolrServerConfig extends GenericItem
Generated class for typeSolrServerConfig
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ALIVECHECKINTERVAL
Qualifier of theSolrServerConfig.aliveCheckInterval
attributestatic java.lang.String
AUTOADDREPLICAS
Qualifier of theSolrServerConfig.autoAddReplicas
attributestatic java.lang.String
CONNECTIONTIMEOUT
Qualifier of theSolrServerConfig.connectionTimeout
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
EMBEDDEDMASTER
Qualifier of theSolrServerConfig.embeddedMaster
attributestatic java.lang.String
INDEXINGALIVECHECKINTERVAL
Qualifier of theSolrServerConfig.indexingAliveCheckInterval
attributestatic java.lang.String
INDEXINGCONNECTIONTIMEOUT
Qualifier of theSolrServerConfig.indexingConnectionTimeout
attributestatic java.lang.String
INDEXINGMAXTOTALCONNECTIONS
Qualifier of theSolrServerConfig.indexingMaxTotalConnections
attributestatic java.lang.String
INDEXINGMAXTOTALCONNECTIONSPERHOSTCONFIG
Qualifier of theSolrServerConfig.indexingMaxTotalConnectionsPerHostConfig
attributestatic java.lang.String
INDEXINGPASSWORD
Qualifier of theSolrServerConfig.indexingPassword
attributestatic java.lang.String
INDEXINGSOCKETTIMEOUT
Qualifier of theSolrServerConfig.indexingSocketTimeout
attributestatic java.lang.String
INDEXINGTCPNODELAY
Qualifier of theSolrServerConfig.indexingTcpNoDelay
attributestatic java.lang.String
INDEXINGUSERNAME
Qualifier of theSolrServerConfig.indexingUsername
attributestatic java.lang.String
MAXTOTALCONNECTIONS
Qualifier of theSolrServerConfig.maxTotalConnections
attributestatic java.lang.String
MAXTOTALCONNECTIONSPERHOSTCONFIG
Qualifier of theSolrServerConfig.maxTotalConnectionsPerHostConfig
attributestatic java.lang.String
MODE
Qualifier of theSolrServerConfig.mode
attributestatic java.lang.String
NAME
Qualifier of theSolrServerConfig.name
attributestatic java.lang.String
NUMSHARDS
Qualifier of theSolrServerConfig.numShards
attributestatic java.lang.String
PASSWORD
Qualifier of theSolrServerConfig.password
attributestatic java.lang.String
READTIMEOUT
Qualifier of theSolrServerConfig.readTimeout
attributestatic java.lang.String
REPLICATIONFACTOR
Qualifier of theSolrServerConfig.replicationFactor
attributestatic java.lang.String
SOCKETTIMEOUT
Qualifier of theSolrServerConfig.socketTimeout
attributestatic java.lang.String
SOLRENDPOINTURLS
Qualifier of theSolrServerConfig.solrEndpointUrls
attributeprotected static OneToManyHandler<SolrEndpointUrl>
SOLRENDPOINTURLSHANDLER
OneToManyHandler
for handling 1:n SOLRENDPOINTURLS's relation attributes from 'many' side.static java.lang.String
SOLRQUERYMETHOD
Qualifier of theSolrServerConfig.solrQueryMethod
attributestatic java.lang.String
TCPNODELAY
Qualifier of theSolrServerConfig.tcpNoDelay
attributestatic java.lang.String
USEMASTERNODEEXCLUSIVELYFORINDEXING
Qualifier of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attributestatic java.lang.String
USERNAME
Qualifier of theSolrServerConfig.username
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedSolrServerConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToSolrEndpointUrls(SessionContext ctx, SolrEndpointUrl value)
Generated method - Addsvalue
to solrEndpointUrls.void
addToSolrEndpointUrls(SolrEndpointUrl value)
Generated method - Addsvalue
to solrEndpointUrls.java.lang.Integer
getAliveCheckInterval()
Generated method - Getter of theSolrServerConfig.aliveCheckInterval
attribute.java.lang.Integer
getAliveCheckInterval(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.aliveCheckInterval
attribute.int
getAliveCheckIntervalAsPrimitive()
Generated method - Getter of theSolrServerConfig.aliveCheckInterval
attribute.int
getAliveCheckIntervalAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.aliveCheckInterval
attribute.java.lang.Integer
getConnectionTimeout()
Generated method - Getter of theSolrServerConfig.connectionTimeout
attribute.java.lang.Integer
getConnectionTimeout(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.connectionTimeout
attribute.int
getConnectionTimeoutAsPrimitive()
Generated method - Getter of theSolrServerConfig.connectionTimeout
attribute.int
getConnectionTimeoutAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.connectionTimeout
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.Integer
getIndexingAliveCheckInterval()
Generated method - Getter of theSolrServerConfig.indexingAliveCheckInterval
attribute.java.lang.Integer
getIndexingAliveCheckInterval(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingAliveCheckInterval
attribute.int
getIndexingAliveCheckIntervalAsPrimitive()
Generated method - Getter of theSolrServerConfig.indexingAliveCheckInterval
attribute.int
getIndexingAliveCheckIntervalAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingAliveCheckInterval
attribute.java.lang.Integer
getIndexingConnectionTimeout()
Generated method - Getter of theSolrServerConfig.indexingConnectionTimeout
attribute.java.lang.Integer
getIndexingConnectionTimeout(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingConnectionTimeout
attribute.int
getIndexingConnectionTimeoutAsPrimitive()
Generated method - Getter of theSolrServerConfig.indexingConnectionTimeout
attribute.int
getIndexingConnectionTimeoutAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingConnectionTimeout
attribute.java.lang.Integer
getIndexingMaxTotalConnections()
Generated method - Getter of theSolrServerConfig.indexingMaxTotalConnections
attribute.java.lang.Integer
getIndexingMaxTotalConnections(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingMaxTotalConnections
attribute.int
getIndexingMaxTotalConnectionsAsPrimitive()
Generated method - Getter of theSolrServerConfig.indexingMaxTotalConnections
attribute.int
getIndexingMaxTotalConnectionsAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingMaxTotalConnections
attribute.java.lang.Integer
getIndexingMaxTotalConnectionsPerHostConfig()
Generated method - Getter of theSolrServerConfig.indexingMaxTotalConnectionsPerHostConfig
attribute.java.lang.Integer
getIndexingMaxTotalConnectionsPerHostConfig(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingMaxTotalConnectionsPerHostConfig
attribute.int
getIndexingMaxTotalConnectionsPerHostConfigAsPrimitive()
Generated method - Getter of theSolrServerConfig.indexingMaxTotalConnectionsPerHostConfig
attribute.int
getIndexingMaxTotalConnectionsPerHostConfigAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingMaxTotalConnectionsPerHostConfig
attribute.java.lang.String
getIndexingPassword()
Generated method - Getter of theSolrServerConfig.indexingPassword
attribute.java.lang.String
getIndexingPassword(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingPassword
attribute.java.lang.Integer
getIndexingSocketTimeout()
Generated method - Getter of theSolrServerConfig.indexingSocketTimeout
attribute.java.lang.Integer
getIndexingSocketTimeout(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingSocketTimeout
attribute.int
getIndexingSocketTimeoutAsPrimitive()
Generated method - Getter of theSolrServerConfig.indexingSocketTimeout
attribute.int
getIndexingSocketTimeoutAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingSocketTimeout
attribute.java.lang.String
getIndexingUsername()
Generated method - Getter of theSolrServerConfig.indexingUsername
attribute.java.lang.String
getIndexingUsername(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingUsername
attribute.java.lang.Integer
getMaxTotalConnections()
Generated method - Getter of theSolrServerConfig.maxTotalConnections
attribute.java.lang.Integer
getMaxTotalConnections(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.maxTotalConnections
attribute.int
getMaxTotalConnectionsAsPrimitive()
Generated method - Getter of theSolrServerConfig.maxTotalConnections
attribute.int
getMaxTotalConnectionsAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.maxTotalConnections
attribute.java.lang.Integer
getMaxTotalConnectionsPerHostConfig()
Generated method - Getter of theSolrServerConfig.maxTotalConnectionsPerHostConfig
attribute.java.lang.Integer
getMaxTotalConnectionsPerHostConfig(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.maxTotalConnectionsPerHostConfig
attribute.int
getMaxTotalConnectionsPerHostConfigAsPrimitive()
Generated method - Getter of theSolrServerConfig.maxTotalConnectionsPerHostConfig
attribute.int
getMaxTotalConnectionsPerHostConfigAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.maxTotalConnectionsPerHostConfig
attribute.EnumerationValue
getMode()
Generated method - Getter of theSolrServerConfig.mode
attribute.EnumerationValue
getMode(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.mode
attribute.java.lang.String
getName()
Generated method - Getter of theSolrServerConfig.name
attribute.java.lang.String
getName(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.name
attribute.java.lang.Integer
getNumShards()
Generated method - Getter of theSolrServerConfig.numShards
attribute.java.lang.Integer
getNumShards(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.numShards
attribute.int
getNumShardsAsPrimitive()
Generated method - Getter of theSolrServerConfig.numShards
attribute.int
getNumShardsAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.numShards
attribute.java.lang.String
getPassword()
Generated method - Getter of theSolrServerConfig.password
attribute.java.lang.String
getPassword(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.password
attribute.java.lang.Integer
getReadTimeout()
Generated method - Getter of theSolrServerConfig.readTimeout
attribute.java.lang.Integer
getReadTimeout(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.readTimeout
attribute.int
getReadTimeoutAsPrimitive()
Generated method - Getter of theSolrServerConfig.readTimeout
attribute.int
getReadTimeoutAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.readTimeout
attribute.java.lang.Integer
getReplicationFactor()
Generated method - Getter of theSolrServerConfig.replicationFactor
attribute.java.lang.Integer
getReplicationFactor(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.replicationFactor
attribute.int
getReplicationFactorAsPrimitive()
Generated method - Getter of theSolrServerConfig.replicationFactor
attribute.int
getReplicationFactorAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.replicationFactor
attribute.java.lang.Integer
getSocketTimeout()
Generated method - Getter of theSolrServerConfig.socketTimeout
attribute.java.lang.Integer
getSocketTimeout(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.socketTimeout
attribute.int
getSocketTimeoutAsPrimitive()
Generated method - Getter of theSolrServerConfig.socketTimeout
attribute.int
getSocketTimeoutAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.socketTimeout
attribute.java.util.List<SolrEndpointUrl>
getSolrEndpointUrls()
Generated method - Getter of theSolrServerConfig.solrEndpointUrls
attribute.java.util.List<SolrEndpointUrl>
getSolrEndpointUrls(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.solrEndpointUrls
attribute.EnumerationValue
getSolrQueryMethod()
Generated method - Getter of theSolrServerConfig.solrQueryMethod
attribute.EnumerationValue
getSolrQueryMethod(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.solrQueryMethod
attribute.java.lang.String
getUsername()
Generated method - Getter of theSolrServerConfig.username
attribute.java.lang.String
getUsername(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.username
attribute.java.lang.Boolean
isAutoAddReplicas()
Generated method - Getter of theSolrServerConfig.autoAddReplicas
attribute.java.lang.Boolean
isAutoAddReplicas(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.autoAddReplicas
attribute.boolean
isAutoAddReplicasAsPrimitive()
Generated method - Getter of theSolrServerConfig.autoAddReplicas
attribute.boolean
isAutoAddReplicasAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.autoAddReplicas
attribute.java.lang.Boolean
isEmbeddedMaster()
Generated method - Getter of theSolrServerConfig.embeddedMaster
attribute.java.lang.Boolean
isEmbeddedMaster(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.embeddedMaster
attribute.boolean
isEmbeddedMasterAsPrimitive()
Generated method - Getter of theSolrServerConfig.embeddedMaster
attribute.boolean
isEmbeddedMasterAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.embeddedMaster
attribute.java.lang.Boolean
isIndexingTcpNoDelay()
Generated method - Getter of theSolrServerConfig.indexingTcpNoDelay
attribute.java.lang.Boolean
isIndexingTcpNoDelay(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingTcpNoDelay
attribute.boolean
isIndexingTcpNoDelayAsPrimitive()
Generated method - Getter of theSolrServerConfig.indexingTcpNoDelay
attribute.boolean
isIndexingTcpNoDelayAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingTcpNoDelay
attribute.java.lang.Boolean
isTcpNoDelay()
Generated method - Getter of theSolrServerConfig.tcpNoDelay
attribute.java.lang.Boolean
isTcpNoDelay(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.tcpNoDelay
attribute.boolean
isTcpNoDelayAsPrimitive()
Generated method - Getter of theSolrServerConfig.tcpNoDelay
attribute.boolean
isTcpNoDelayAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.tcpNoDelay
attribute.java.lang.Boolean
isUseMasterNodeExclusivelyForIndexing()
Generated method - Getter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.java.lang.Boolean
isUseMasterNodeExclusivelyForIndexing(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.boolean
isUseMasterNodeExclusivelyForIndexingAsPrimitive()
Generated method - Getter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.boolean
isUseMasterNodeExclusivelyForIndexingAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.void
removeFromSolrEndpointUrls(SessionContext ctx, SolrEndpointUrl value)
Generated method - Removesvalue
from solrEndpointUrls.void
removeFromSolrEndpointUrls(SolrEndpointUrl value)
Generated method - Removesvalue
from solrEndpointUrls.void
setAliveCheckInterval(int value)
Generated method - Setter of theSolrServerConfig.aliveCheckInterval
attribute.void
setAliveCheckInterval(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.aliveCheckInterval
attribute.void
setAliveCheckInterval(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.aliveCheckInterval
attribute.void
setAliveCheckInterval(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.aliveCheckInterval
attribute.void
setAutoAddReplicas(boolean value)
Generated method - Setter of theSolrServerConfig.autoAddReplicas
attribute.void
setAutoAddReplicas(SessionContext ctx, boolean value)
Generated method - Setter of theSolrServerConfig.autoAddReplicas
attribute.void
setAutoAddReplicas(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.autoAddReplicas
attribute.void
setAutoAddReplicas(java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.autoAddReplicas
attribute.void
setConnectionTimeout(int value)
Generated method - Setter of theSolrServerConfig.connectionTimeout
attribute.void
setConnectionTimeout(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.connectionTimeout
attribute.void
setConnectionTimeout(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.connectionTimeout
attribute.void
setConnectionTimeout(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.connectionTimeout
attribute.void
setEmbeddedMaster(boolean value)
Generated method - Setter of theSolrServerConfig.embeddedMaster
attribute.void
setEmbeddedMaster(SessionContext ctx, boolean value)
Generated method - Setter of theSolrServerConfig.embeddedMaster
attribute.void
setEmbeddedMaster(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.embeddedMaster
attribute.void
setEmbeddedMaster(java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.embeddedMaster
attribute.void
setIndexingAliveCheckInterval(int value)
Generated method - Setter of theSolrServerConfig.indexingAliveCheckInterval
attribute.void
setIndexingAliveCheckInterval(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.indexingAliveCheckInterval
attribute.void
setIndexingAliveCheckInterval(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.indexingAliveCheckInterval
attribute.void
setIndexingAliveCheckInterval(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.indexingAliveCheckInterval
attribute.void
setIndexingConnectionTimeout(int value)
Generated method - Setter of theSolrServerConfig.indexingConnectionTimeout
attribute.void
setIndexingConnectionTimeout(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.indexingConnectionTimeout
attribute.void
setIndexingConnectionTimeout(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.indexingConnectionTimeout
attribute.void
setIndexingConnectionTimeout(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.indexingConnectionTimeout
attribute.void
setIndexingMaxTotalConnections(int value)
Generated method - Setter of theSolrServerConfig.indexingMaxTotalConnections
attribute.void
setIndexingMaxTotalConnections(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.indexingMaxTotalConnections
attribute.void
setIndexingMaxTotalConnections(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.indexingMaxTotalConnections
attribute.void
setIndexingMaxTotalConnections(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.indexingMaxTotalConnections
attribute.void
setIndexingMaxTotalConnectionsPerHostConfig(int value)
Generated method - Setter of theSolrServerConfig.indexingMaxTotalConnectionsPerHostConfig
attribute.void
setIndexingMaxTotalConnectionsPerHostConfig(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.indexingMaxTotalConnectionsPerHostConfig
attribute.void
setIndexingMaxTotalConnectionsPerHostConfig(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.indexingMaxTotalConnectionsPerHostConfig
attribute.void
setIndexingMaxTotalConnectionsPerHostConfig(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.indexingMaxTotalConnectionsPerHostConfig
attribute.void
setIndexingPassword(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrServerConfig.indexingPassword
attribute.void
setIndexingPassword(java.lang.String value)
Generated method - Setter of theSolrServerConfig.indexingPassword
attribute.void
setIndexingSocketTimeout(int value)
Generated method - Setter of theSolrServerConfig.indexingSocketTimeout
attribute.void
setIndexingSocketTimeout(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.indexingSocketTimeout
attribute.void
setIndexingSocketTimeout(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.indexingSocketTimeout
attribute.void
setIndexingSocketTimeout(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.indexingSocketTimeout
attribute.void
setIndexingTcpNoDelay(boolean value)
Generated method - Setter of theSolrServerConfig.indexingTcpNoDelay
attribute.void
setIndexingTcpNoDelay(SessionContext ctx, boolean value)
Generated method - Setter of theSolrServerConfig.indexingTcpNoDelay
attribute.void
setIndexingTcpNoDelay(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.indexingTcpNoDelay
attribute.void
setIndexingTcpNoDelay(java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.indexingTcpNoDelay
attribute.void
setIndexingUsername(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrServerConfig.indexingUsername
attribute.void
setIndexingUsername(java.lang.String value)
Generated method - Setter of theSolrServerConfig.indexingUsername
attribute.void
setMaxTotalConnections(int value)
Generated method - Setter of theSolrServerConfig.maxTotalConnections
attribute.void
setMaxTotalConnections(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.maxTotalConnections
attribute.void
setMaxTotalConnections(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.maxTotalConnections
attribute.void
setMaxTotalConnections(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.maxTotalConnections
attribute.void
setMaxTotalConnectionsPerHostConfig(int value)
Generated method - Setter of theSolrServerConfig.maxTotalConnectionsPerHostConfig
attribute.void
setMaxTotalConnectionsPerHostConfig(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.maxTotalConnectionsPerHostConfig
attribute.void
setMaxTotalConnectionsPerHostConfig(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.maxTotalConnectionsPerHostConfig
attribute.void
setMaxTotalConnectionsPerHostConfig(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.maxTotalConnectionsPerHostConfig
attribute.void
setMode(EnumerationValue value)
Generated method - Setter of theSolrServerConfig.mode
attribute.void
setMode(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSolrServerConfig.mode
attribute.protected void
setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrServerConfig.name
attribute.protected void
setName(java.lang.String value)
Generated method - Setter of theSolrServerConfig.name
attribute.void
setNumShards(int value)
Generated method - Setter of theSolrServerConfig.numShards
attribute.void
setNumShards(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.numShards
attribute.void
setNumShards(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.numShards
attribute.void
setNumShards(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.numShards
attribute.void
setPassword(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrServerConfig.password
attribute.void
setPassword(java.lang.String value)
Generated method - Setter of theSolrServerConfig.password
attribute.void
setReadTimeout(int value)
Generated method - Setter of theSolrServerConfig.readTimeout
attribute.void
setReadTimeout(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.readTimeout
attribute.void
setReadTimeout(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.readTimeout
attribute.void
setReadTimeout(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.readTimeout
attribute.void
setReplicationFactor(int value)
Generated method - Setter of theSolrServerConfig.replicationFactor
attribute.void
setReplicationFactor(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.replicationFactor
attribute.void
setReplicationFactor(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.replicationFactor
attribute.void
setReplicationFactor(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.replicationFactor
attribute.void
setSocketTimeout(int value)
Generated method - Setter of theSolrServerConfig.socketTimeout
attribute.void
setSocketTimeout(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.socketTimeout
attribute.void
setSocketTimeout(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.socketTimeout
attribute.void
setSocketTimeout(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.socketTimeout
attribute.void
setSolrEndpointUrls(SessionContext ctx, java.util.List<SolrEndpointUrl> value)
Generated method - Setter of theSolrServerConfig.solrEndpointUrls
attribute.void
setSolrEndpointUrls(java.util.List<SolrEndpointUrl> value)
Generated method - Setter of theSolrServerConfig.solrEndpointUrls
attribute.void
setSolrQueryMethod(EnumerationValue value)
Generated method - Setter of theSolrServerConfig.solrQueryMethod
attribute.void
setSolrQueryMethod(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSolrServerConfig.solrQueryMethod
attribute.void
setTcpNoDelay(boolean value)
Generated method - Setter of theSolrServerConfig.tcpNoDelay
attribute.void
setTcpNoDelay(SessionContext ctx, boolean value)
Generated method - Setter of theSolrServerConfig.tcpNoDelay
attribute.void
setTcpNoDelay(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.tcpNoDelay
attribute.void
setTcpNoDelay(java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.tcpNoDelay
attribute.void
setUseMasterNodeExclusivelyForIndexing(boolean value)
Generated method - Setter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.void
setUseMasterNodeExclusivelyForIndexing(SessionContext ctx, boolean value)
Generated method - Setter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.void
setUseMasterNodeExclusivelyForIndexing(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.void
setUseMasterNodeExclusivelyForIndexing(java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.void
setUsername(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrServerConfig.username
attribute.void
setUsername(java.lang.String value)
Generated method - Setter of theSolrServerConfig.username
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
Qualifier of theSolrServerConfig.name
attribute- See Also:
- Constant Field Values
-
MODE
public static final java.lang.String MODE
Qualifier of theSolrServerConfig.mode
attribute- See Also:
- Constant Field Values
-
EMBEDDEDMASTER
public static final java.lang.String EMBEDDEDMASTER
Qualifier of theSolrServerConfig.embeddedMaster
attribute- See Also:
- Constant Field Values
-
ALIVECHECKINTERVAL
public static final java.lang.String ALIVECHECKINTERVAL
Qualifier of theSolrServerConfig.aliveCheckInterval
attribute- See Also:
- Constant Field Values
-
CONNECTIONTIMEOUT
public static final java.lang.String CONNECTIONTIMEOUT
Qualifier of theSolrServerConfig.connectionTimeout
attribute- See Also:
- Constant Field Values
-
SOCKETTIMEOUT
public static final java.lang.String SOCKETTIMEOUT
Qualifier of theSolrServerConfig.socketTimeout
attribute- See Also:
- Constant Field Values
-
TCPNODELAY
public static final java.lang.String TCPNODELAY
Qualifier of theSolrServerConfig.tcpNoDelay
attribute- See Also:
- Constant Field Values
-
MAXTOTALCONNECTIONS
public static final java.lang.String MAXTOTALCONNECTIONS
Qualifier of theSolrServerConfig.maxTotalConnections
attribute- See Also:
- Constant Field Values
-
MAXTOTALCONNECTIONSPERHOSTCONFIG
public static final java.lang.String MAXTOTALCONNECTIONSPERHOSTCONFIG
Qualifier of theSolrServerConfig.maxTotalConnectionsPerHostConfig
attribute- See Also:
- Constant Field Values
-
USERNAME
public static final java.lang.String USERNAME
Qualifier of theSolrServerConfig.username
attribute- See Also:
- Constant Field Values
-
PASSWORD
public static final java.lang.String PASSWORD
Qualifier of theSolrServerConfig.password
attribute- See Also:
- Constant Field Values
-
INDEXINGALIVECHECKINTERVAL
public static final java.lang.String INDEXINGALIVECHECKINTERVAL
Qualifier of theSolrServerConfig.indexingAliveCheckInterval
attribute- See Also:
- Constant Field Values
-
INDEXINGCONNECTIONTIMEOUT
public static final java.lang.String INDEXINGCONNECTIONTIMEOUT
Qualifier of theSolrServerConfig.indexingConnectionTimeout
attribute- See Also:
- Constant Field Values
-
INDEXINGSOCKETTIMEOUT
public static final java.lang.String INDEXINGSOCKETTIMEOUT
Qualifier of theSolrServerConfig.indexingSocketTimeout
attribute- See Also:
- Constant Field Values
-
INDEXINGTCPNODELAY
public static final java.lang.String INDEXINGTCPNODELAY
Qualifier of theSolrServerConfig.indexingTcpNoDelay
attribute- See Also:
- Constant Field Values
-
INDEXINGMAXTOTALCONNECTIONS
public static final java.lang.String INDEXINGMAXTOTALCONNECTIONS
Qualifier of theSolrServerConfig.indexingMaxTotalConnections
attribute- See Also:
- Constant Field Values
-
INDEXINGMAXTOTALCONNECTIONSPERHOSTCONFIG
public static final java.lang.String INDEXINGMAXTOTALCONNECTIONSPERHOSTCONFIG
Qualifier of theSolrServerConfig.indexingMaxTotalConnectionsPerHostConfig
attribute- See Also:
- Constant Field Values
-
INDEXINGUSERNAME
public static final java.lang.String INDEXINGUSERNAME
Qualifier of theSolrServerConfig.indexingUsername
attribute- See Also:
- Constant Field Values
-
INDEXINGPASSWORD
public static final java.lang.String INDEXINGPASSWORD
Qualifier of theSolrServerConfig.indexingPassword
attribute- See Also:
- Constant Field Values
-
READTIMEOUT
public static final java.lang.String READTIMEOUT
Qualifier of theSolrServerConfig.readTimeout
attribute- See Also:
- Constant Field Values
-
USEMASTERNODEEXCLUSIVELYFORINDEXING
public static final java.lang.String USEMASTERNODEEXCLUSIVELYFORINDEXING
Qualifier of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute- See Also:
- Constant Field Values
-
NUMSHARDS
public static final java.lang.String NUMSHARDS
Qualifier of theSolrServerConfig.numShards
attribute- See Also:
- Constant Field Values
-
REPLICATIONFACTOR
public static final java.lang.String REPLICATIONFACTOR
Qualifier of theSolrServerConfig.replicationFactor
attribute- See Also:
- Constant Field Values
-
AUTOADDREPLICAS
public static final java.lang.String AUTOADDREPLICAS
Qualifier of theSolrServerConfig.autoAddReplicas
attribute- See Also:
- Constant Field Values
-
SOLRQUERYMETHOD
public static final java.lang.String SOLRQUERYMETHOD
Qualifier of theSolrServerConfig.solrQueryMethod
attribute- See Also:
- Constant Field Values
-
SOLRENDPOINTURLS
public static final java.lang.String SOLRENDPOINTURLS
Qualifier of theSolrServerConfig.solrEndpointUrls
attribute- See Also:
- Constant Field Values
-
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 java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getAliveCheckInterval
public java.lang.Integer getAliveCheckInterval(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.autoAddReplicas
attribute.- Returns:
- the autoAddReplicas
-
isAutoAddReplicas
public java.lang.Boolean isAutoAddReplicas()
Generated method - Getter of theSolrServerConfig.autoAddReplicas
attribute.- Returns:
- the autoAddReplicas
-
isAutoAddReplicasAsPrimitive
public boolean isAutoAddReplicasAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.autoAddReplicas
attribute.- Returns:
- the autoAddReplicas
-
isAutoAddReplicasAsPrimitive
public boolean isAutoAddReplicasAsPrimitive()
Generated method - Getter of theSolrServerConfig.autoAddReplicas
attribute.- Returns:
- the autoAddReplicas
-
setAutoAddReplicas
public void setAutoAddReplicas(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.autoAddReplicas
attribute.- Parameters:
value
- the autoAddReplicas
-
setAutoAddReplicas
public void setAutoAddReplicas(java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.autoAddReplicas
attribute.- Parameters:
value
- the autoAddReplicas
-
setAutoAddReplicas
public void setAutoAddReplicas(SessionContext ctx, boolean value)
Generated method - Setter of theSolrServerConfig.autoAddReplicas
attribute.- Parameters:
value
- the autoAddReplicas
-
setAutoAddReplicas
public void setAutoAddReplicas(boolean value)
Generated method - Setter of theSolrServerConfig.autoAddReplicas
attribute.- Parameters:
value
- the autoAddReplicas
-
getConnectionTimeout
public java.lang.Integer getConnectionTimeout(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.connectionTimeout
attribute.- Returns:
- the connectionTimeout - Sets the timeout in milliseconds until a connection is established.
-
getConnectionTimeoutAsPrimitive
public int getConnectionTimeoutAsPrimitive()
Generated method - Getter of theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.embeddedMaster
attribute.- Returns:
- the embeddedMaster
-
isEmbeddedMaster
public java.lang.Boolean isEmbeddedMaster()
Generated method - Getter of theSolrServerConfig.embeddedMaster
attribute.- Returns:
- the embeddedMaster
-
isEmbeddedMasterAsPrimitive
public boolean isEmbeddedMasterAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.embeddedMaster
attribute.- Returns:
- the embeddedMaster
-
isEmbeddedMasterAsPrimitive
public boolean isEmbeddedMasterAsPrimitive()
Generated method - Getter of theSolrServerConfig.embeddedMaster
attribute.- Returns:
- the embeddedMaster
-
setEmbeddedMaster
public void setEmbeddedMaster(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.embeddedMaster
attribute.- Parameters:
value
- the embeddedMaster
-
setEmbeddedMaster
public void setEmbeddedMaster(java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.embeddedMaster
attribute.- Parameters:
value
- the embeddedMaster
-
setEmbeddedMaster
public void setEmbeddedMaster(SessionContext ctx, boolean value)
Generated method - Setter of theSolrServerConfig.embeddedMaster
attribute.- Parameters:
value
- the embeddedMaster
-
setEmbeddedMaster
public void setEmbeddedMaster(boolean value)
Generated method - Setter of theSolrServerConfig.embeddedMaster
attribute.- Parameters:
value
- the embeddedMaster
-
getIndexingAliveCheckInterval
public java.lang.Integer getIndexingAliveCheckInterval(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.indexingConnectionTimeout
attribute.- Returns:
- the indexingConnectionTimeout - Sets the timeout in milliseconds until a connection is established.
-
getIndexingConnectionTimeoutAsPrimitive
public int getIndexingConnectionTimeoutAsPrimitive()
Generated method - Getter of theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.indexingMaxTotalConnections
attribute.- Returns:
- the indexingMaxTotalConnections - Sets the maximum total connections allowed
-
getIndexingMaxTotalConnections
public java.lang.Integer getIndexingMaxTotalConnections()
Generated method - Getter of theSolrServerConfig.indexingMaxTotalConnections
attribute.- Returns:
- the indexingMaxTotalConnections - Sets the maximum total connections allowed
-
getIndexingMaxTotalConnectionsAsPrimitive
public int getIndexingMaxTotalConnectionsAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingMaxTotalConnections
attribute.- Returns:
- the indexingMaxTotalConnections - Sets the maximum total connections allowed
-
getIndexingMaxTotalConnectionsAsPrimitive
public int getIndexingMaxTotalConnectionsAsPrimitive()
Generated method - Getter of theSolrServerConfig.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 theSolrServerConfig.indexingMaxTotalConnections
attribute.- Parameters:
value
- the indexingMaxTotalConnections - Sets the maximum total connections allowed
-
setIndexingMaxTotalConnections
public void setIndexingMaxTotalConnections(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.indexingMaxTotalConnections
attribute.- Parameters:
value
- the indexingMaxTotalConnections - Sets the maximum total connections allowed
-
setIndexingMaxTotalConnections
public void setIndexingMaxTotalConnections(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.indexingMaxTotalConnections
attribute.- Parameters:
value
- the indexingMaxTotalConnections - Sets the maximum total connections allowed
-
setIndexingMaxTotalConnections
public void setIndexingMaxTotalConnections(int value)
Generated method - Setter of theSolrServerConfig.indexingMaxTotalConnections
attribute.- Parameters:
value
- the indexingMaxTotalConnections - Sets the maximum total connections allowed
-
getIndexingMaxTotalConnectionsPerHostConfig
public java.lang.Integer getIndexingMaxTotalConnectionsPerHostConfig(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.indexingPassword
attribute.- Returns:
- the indexingPassword
-
getIndexingPassword
public java.lang.String getIndexingPassword()
Generated method - Getter of theSolrServerConfig.indexingPassword
attribute.- Returns:
- the indexingPassword
-
setIndexingPassword
public void setIndexingPassword(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrServerConfig.indexingPassword
attribute.- Parameters:
value
- the indexingPassword
-
setIndexingPassword
public void setIndexingPassword(java.lang.String value)
Generated method - Setter of theSolrServerConfig.indexingPassword
attribute.- Parameters:
value
- the indexingPassword
-
getIndexingSocketTimeout
public java.lang.Integer getIndexingSocketTimeout(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.indexingTcpNoDelay
attribute.- Returns:
- the indexingTcpNoDelay - Setting to true disables TCP packet batching
-
isIndexingTcpNoDelay
public java.lang.Boolean isIndexingTcpNoDelay()
Generated method - Getter of theSolrServerConfig.indexingTcpNoDelay
attribute.- Returns:
- the indexingTcpNoDelay - Setting to true disables TCP packet batching
-
isIndexingTcpNoDelayAsPrimitive
public boolean isIndexingTcpNoDelayAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.indexingTcpNoDelay
attribute.- Returns:
- the indexingTcpNoDelay - Setting to true disables TCP packet batching
-
isIndexingTcpNoDelayAsPrimitive
public boolean isIndexingTcpNoDelayAsPrimitive()
Generated method - Getter of theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.indexingTcpNoDelay
attribute.- Parameters:
value
- the indexingTcpNoDelay - Setting to true disables TCP packet batching
-
setIndexingTcpNoDelay
public void setIndexingTcpNoDelay(boolean value)
Generated method - Setter of theSolrServerConfig.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 theSolrServerConfig.indexingUsername
attribute.- Returns:
- the indexingUsername
-
getIndexingUsername
public java.lang.String getIndexingUsername()
Generated method - Getter of theSolrServerConfig.indexingUsername
attribute.- Returns:
- the indexingUsername
-
setIndexingUsername
public void setIndexingUsername(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrServerConfig.indexingUsername
attribute.- Parameters:
value
- the indexingUsername
-
setIndexingUsername
public void setIndexingUsername(java.lang.String value)
Generated method - Setter of theSolrServerConfig.indexingUsername
attribute.- Parameters:
value
- the indexingUsername
-
getMaxTotalConnections
public java.lang.Integer getMaxTotalConnections(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.maxTotalConnections
attribute.- Returns:
- the maxTotalConnections - Sets the maximum total connections allowed
-
getMaxTotalConnections
public java.lang.Integer getMaxTotalConnections()
Generated method - Getter of theSolrServerConfig.maxTotalConnections
attribute.- Returns:
- the maxTotalConnections - Sets the maximum total connections allowed
-
getMaxTotalConnectionsAsPrimitive
public int getMaxTotalConnectionsAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.maxTotalConnections
attribute.- Returns:
- the maxTotalConnections - Sets the maximum total connections allowed
-
getMaxTotalConnectionsAsPrimitive
public int getMaxTotalConnectionsAsPrimitive()
Generated method - Getter of theSolrServerConfig.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 theSolrServerConfig.maxTotalConnections
attribute.- Parameters:
value
- the maxTotalConnections - Sets the maximum total connections allowed
-
setMaxTotalConnections
public void setMaxTotalConnections(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.maxTotalConnections
attribute.- Parameters:
value
- the maxTotalConnections - Sets the maximum total connections allowed
-
setMaxTotalConnections
public void setMaxTotalConnections(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.maxTotalConnections
attribute.- Parameters:
value
- the maxTotalConnections - Sets the maximum total connections allowed
-
setMaxTotalConnections
public void setMaxTotalConnections(int value)
Generated method - Setter of theSolrServerConfig.maxTotalConnections
attribute.- Parameters:
value
- the maxTotalConnections - Sets the maximum total connections allowed
-
getMaxTotalConnectionsPerHostConfig
public java.lang.Integer getMaxTotalConnectionsPerHostConfig(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.mode
attribute.- Returns:
- the mode - operation mode of Solr server
-
getMode
public EnumerationValue getMode()
Generated method - Getter of theSolrServerConfig.mode
attribute.- Returns:
- the mode - operation mode of Solr server
-
setMode
public void setMode(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSolrServerConfig.mode
attribute.- Parameters:
value
- the mode - operation mode of Solr server
-
setMode
public void setMode(EnumerationValue value)
Generated method - Setter of theSolrServerConfig.mode
attribute.- Parameters:
value
- the mode - operation mode of Solr server
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.name
attribute.- Returns:
- the name - unique identifier of solr configuration
-
getName
public java.lang.String getName()
Generated method - Getter of theSolrServerConfig.name
attribute.- Returns:
- the name - unique identifier of solr configuration
-
setName
protected void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrServerConfig.name
attribute.- Parameters:
value
- the name - unique identifier of solr configuration
-
setName
protected void setName(java.lang.String value)
Generated method - Setter of theSolrServerConfig.name
attribute.- Parameters:
value
- the name - unique identifier of solr configuration
-
getNumShards
public java.lang.Integer getNumShards(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.numShards
attribute.- Returns:
- the numShards
-
getNumShards
public java.lang.Integer getNumShards()
Generated method - Getter of theSolrServerConfig.numShards
attribute.- Returns:
- the numShards
-
getNumShardsAsPrimitive
public int getNumShardsAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.numShards
attribute.- Returns:
- the numShards
-
getNumShardsAsPrimitive
public int getNumShardsAsPrimitive()
Generated method - Getter of theSolrServerConfig.numShards
attribute.- Returns:
- the numShards
-
setNumShards
public void setNumShards(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.numShards
attribute.- Parameters:
value
- the numShards
-
setNumShards
public void setNumShards(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.numShards
attribute.- Parameters:
value
- the numShards
-
setNumShards
public void setNumShards(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.numShards
attribute.- Parameters:
value
- the numShards
-
setNumShards
public void setNumShards(int value)
Generated method - Setter of theSolrServerConfig.numShards
attribute.- Parameters:
value
- the numShards
-
getPassword
public java.lang.String getPassword(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.password
attribute.- Returns:
- the password
-
getPassword
public java.lang.String getPassword()
Generated method - Getter of theSolrServerConfig.password
attribute.- Returns:
- the password
-
setPassword
public void setPassword(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrServerConfig.password
attribute.- Parameters:
value
- the password
-
setPassword
public void setPassword(java.lang.String value)
Generated method - Setter of theSolrServerConfig.password
attribute.- Parameters:
value
- the password
-
getReadTimeout
public java.lang.Integer getReadTimeout(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.readTimeout
attribute.- Returns:
- the readTimeout
-
getReadTimeout
public java.lang.Integer getReadTimeout()
Generated method - Getter of theSolrServerConfig.readTimeout
attribute.- Returns:
- the readTimeout
-
getReadTimeoutAsPrimitive
public int getReadTimeoutAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.readTimeout
attribute.- Returns:
- the readTimeout
-
getReadTimeoutAsPrimitive
public int getReadTimeoutAsPrimitive()
Generated method - Getter of theSolrServerConfig.readTimeout
attribute.- Returns:
- the readTimeout
-
setReadTimeout
public void setReadTimeout(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.readTimeout
attribute.- Parameters:
value
- the readTimeout
-
setReadTimeout
public void setReadTimeout(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.readTimeout
attribute.- Parameters:
value
- the readTimeout
-
setReadTimeout
public void setReadTimeout(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.readTimeout
attribute.- Parameters:
value
- the readTimeout
-
setReadTimeout
public void setReadTimeout(int value)
Generated method - Setter of theSolrServerConfig.readTimeout
attribute.- Parameters:
value
- the readTimeout
-
getReplicationFactor
public java.lang.Integer getReplicationFactor(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.replicationFactor
attribute.- Returns:
- the replicationFactor
-
getReplicationFactor
public java.lang.Integer getReplicationFactor()
Generated method - Getter of theSolrServerConfig.replicationFactor
attribute.- Returns:
- the replicationFactor
-
getReplicationFactorAsPrimitive
public int getReplicationFactorAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.replicationFactor
attribute.- Returns:
- the replicationFactor
-
getReplicationFactorAsPrimitive
public int getReplicationFactorAsPrimitive()
Generated method - Getter of theSolrServerConfig.replicationFactor
attribute.- Returns:
- the replicationFactor
-
setReplicationFactor
public void setReplicationFactor(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.replicationFactor
attribute.- Parameters:
value
- the replicationFactor
-
setReplicationFactor
public void setReplicationFactor(java.lang.Integer value)
Generated method - Setter of theSolrServerConfig.replicationFactor
attribute.- Parameters:
value
- the replicationFactor
-
setReplicationFactor
public void setReplicationFactor(SessionContext ctx, int value)
Generated method - Setter of theSolrServerConfig.replicationFactor
attribute.- Parameters:
value
- the replicationFactor
-
setReplicationFactor
public void setReplicationFactor(int value)
Generated method - Setter of theSolrServerConfig.replicationFactor
attribute.- Parameters:
value
- the replicationFactor
-
getSocketTimeout
public java.lang.Integer getSocketTimeout(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.solrEndpointUrls
attribute.- Returns:
- the solrEndpointUrls
-
getSolrEndpointUrls
public java.util.List<SolrEndpointUrl> getSolrEndpointUrls()
Generated method - Getter of theSolrServerConfig.solrEndpointUrls
attribute.- Returns:
- the solrEndpointUrls
-
setSolrEndpointUrls
public void setSolrEndpointUrls(SessionContext ctx, java.util.List<SolrEndpointUrl> value)
Generated method - Setter of theSolrServerConfig.solrEndpointUrls
attribute.- Parameters:
value
- the solrEndpointUrls
-
setSolrEndpointUrls
public void setSolrEndpointUrls(java.util.List<SolrEndpointUrl> value)
Generated method - Setter of theSolrServerConfig.solrEndpointUrls
attribute.- Parameters:
value
- the solrEndpointUrls
-
addToSolrEndpointUrls
public void addToSolrEndpointUrls(SessionContext ctx, SolrEndpointUrl value)
Generated method - Addsvalue
to solrEndpointUrls.- Parameters:
value
- the item to add to solrEndpointUrls
-
addToSolrEndpointUrls
public void addToSolrEndpointUrls(SolrEndpointUrl value)
Generated method - Addsvalue
to solrEndpointUrls.- Parameters:
value
- the item to add to solrEndpointUrls
-
removeFromSolrEndpointUrls
public void removeFromSolrEndpointUrls(SessionContext ctx, SolrEndpointUrl value)
Generated method - Removesvalue
from solrEndpointUrls.- Parameters:
value
- the item to remove from solrEndpointUrls
-
removeFromSolrEndpointUrls
public void removeFromSolrEndpointUrls(SolrEndpointUrl value)
Generated method - Removesvalue
from solrEndpointUrls.- Parameters:
value
- the item to remove from solrEndpointUrls
-
getSolrQueryMethod
public EnumerationValue getSolrQueryMethod(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.solrQueryMethod
attribute.- Returns:
- the solrQueryMethod
-
getSolrQueryMethod
public EnumerationValue getSolrQueryMethod()
Generated method - Getter of theSolrServerConfig.solrQueryMethod
attribute.- Returns:
- the solrQueryMethod
-
setSolrQueryMethod
public void setSolrQueryMethod(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSolrServerConfig.solrQueryMethod
attribute.- Parameters:
value
- the solrQueryMethod
-
setSolrQueryMethod
public void setSolrQueryMethod(EnumerationValue value)
Generated method - Setter of theSolrServerConfig.solrQueryMethod
attribute.- Parameters:
value
- the solrQueryMethod
-
isTcpNoDelay
public java.lang.Boolean isTcpNoDelay(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.tcpNoDelay
attribute.- Returns:
- the tcpNoDelay - Setting to true disables TCP packet batching
-
isTcpNoDelay
public java.lang.Boolean isTcpNoDelay()
Generated method - Getter of theSolrServerConfig.tcpNoDelay
attribute.- Returns:
- the tcpNoDelay - Setting to true disables TCP packet batching
-
isTcpNoDelayAsPrimitive
public boolean isTcpNoDelayAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.tcpNoDelay
attribute.- Returns:
- the tcpNoDelay - Setting to true disables TCP packet batching
-
isTcpNoDelayAsPrimitive
public boolean isTcpNoDelayAsPrimitive()
Generated method - Getter of theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.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 theSolrServerConfig.tcpNoDelay
attribute.- Parameters:
value
- the tcpNoDelay - Setting to true disables TCP packet batching
-
setTcpNoDelay
public void setTcpNoDelay(boolean value)
Generated method - Setter of theSolrServerConfig.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 theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.- Returns:
- the useMasterNodeExclusivelyForIndexing
-
isUseMasterNodeExclusivelyForIndexing
public java.lang.Boolean isUseMasterNodeExclusivelyForIndexing()
Generated method - Getter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.- Returns:
- the useMasterNodeExclusivelyForIndexing
-
isUseMasterNodeExclusivelyForIndexingAsPrimitive
public boolean isUseMasterNodeExclusivelyForIndexingAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.- Returns:
- the useMasterNodeExclusivelyForIndexing
-
isUseMasterNodeExclusivelyForIndexingAsPrimitive
public boolean isUseMasterNodeExclusivelyForIndexingAsPrimitive()
Generated method - Getter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.- Returns:
- the useMasterNodeExclusivelyForIndexing
-
setUseMasterNodeExclusivelyForIndexing
public void setUseMasterNodeExclusivelyForIndexing(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.- Parameters:
value
- the useMasterNodeExclusivelyForIndexing
-
setUseMasterNodeExclusivelyForIndexing
public void setUseMasterNodeExclusivelyForIndexing(java.lang.Boolean value)
Generated method - Setter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.- Parameters:
value
- the useMasterNodeExclusivelyForIndexing
-
setUseMasterNodeExclusivelyForIndexing
public void setUseMasterNodeExclusivelyForIndexing(SessionContext ctx, boolean value)
Generated method - Setter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.- Parameters:
value
- the useMasterNodeExclusivelyForIndexing
-
setUseMasterNodeExclusivelyForIndexing
public void setUseMasterNodeExclusivelyForIndexing(boolean value)
Generated method - Setter of theSolrServerConfig.useMasterNodeExclusivelyForIndexing
attribute.- Parameters:
value
- the useMasterNodeExclusivelyForIndexing
-
getUsername
public java.lang.String getUsername(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.username
attribute.- Returns:
- the username
-
getUsername
public java.lang.String getUsername()
Generated method - Getter of theSolrServerConfig.username
attribute.- Returns:
- the username
-
setUsername
public void setUsername(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrServerConfig.username
attribute.- Parameters:
value
- the username
-
setUsername
public void setUsername(java.lang.String value)
Generated method - Setter of theSolrServerConfig.username
attribute.- Parameters:
value
- the username
-
-