public class SolrServerConfigModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ALIVECHECKINTERVAL
Generated constant - Attribute key of
SolrServerConfig.aliveCheckInterval attribute defined at extension solrfacetsearch. |
static String |
CONNECTIONTIMEOUT
Generated constant - Attribute key of
SolrServerConfig.connectionTimeout attribute defined at extension solrfacetsearch. |
static String |
EMBEDDEDMASTER
Generated constant - Attribute key of
SolrServerConfig.embeddedMaster attribute defined at extension solrfacetsearch. |
static String |
INDEXINGALIVECHECKINTERVAL
Generated constant - Attribute key of
SolrServerConfig.indexingAliveCheckInterval attribute defined at extension solrfacetsearch. |
static String |
INDEXINGCONNECTIONTIMEOUT
Generated constant - Attribute key of
SolrServerConfig.indexingConnectionTimeout attribute defined at extension solrfacetsearch. |
static String |
INDEXINGMAXTOTALCONNECTIONS
Generated constant - Attribute key of
SolrServerConfig.indexingMaxTotalConnections attribute defined at extension solrfacetsearch. |
static String |
INDEXINGMAXTOTALCONNECTIONSPERHOSTCONFIG
Generated constant - Attribute key of
SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute defined at extension solrfacetsearch. |
static String |
INDEXINGSOCKETTIMEOUT
Generated constant - Attribute key of
SolrServerConfig.indexingSocketTimeout attribute defined at extension solrfacetsearch. |
static String |
INDEXINGTCPNODELAY
Generated constant - Attribute key of
SolrServerConfig.indexingTcpNoDelay attribute defined at extension solrfacetsearch. |
static String |
MAXTOTALCONNECTIONS
Generated constant - Attribute key of
SolrServerConfig.maxTotalConnections attribute defined at extension solrfacetsearch. |
static String |
MAXTOTALCONNECTIONSPERHOSTCONFIG
Generated constant - Attribute key of
SolrServerConfig.maxTotalConnectionsPerHostConfig attribute defined at extension solrfacetsearch. |
static String |
MODE
Generated constant - Attribute key of
SolrServerConfig.mode attribute defined at extension solrfacetsearch. |
static String |
NAME
Generated constant - Attribute key of
SolrServerConfig.name attribute defined at extension solrfacetsearch. |
static String |
NUMSHARDS
Generated constant - Attribute key of
SolrServerConfig.numShards attribute defined at extension solrfacetsearch. |
static String |
READTIMEOUT
Generated constant - Attribute key of
SolrServerConfig.readTimeout attribute defined at extension solrfacetsearch. |
static String |
REPLICATIONFACTOR
Generated constant - Attribute key of
SolrServerConfig.replicationFactor attribute defined at extension solrfacetsearch. |
static String |
SOCKETTIMEOUT
Generated constant - Attribute key of
SolrServerConfig.socketTimeout attribute defined at extension solrfacetsearch. |
static String |
SOLRENDPOINTURLS
Generated constant - Attribute key of
SolrServerConfig.solrEndpointUrls attribute defined at extension solrfacetsearch. |
static String |
TCPNODELAY
Generated constant - Attribute key of
SolrServerConfig.tcpNoDelay attribute defined at extension solrfacetsearch. |
static String |
USEMASTERNODEEXCLUSIVELYFORINDEXING
Generated constant - Attribute key of
SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrServerConfigModel()
Generated constructor - Default constructor for generic creation.
|
SolrServerConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SolrServerConfigModel(SolrServerModes _mode,
String _name,
boolean _useMasterNodeExclusivelyForIndexing)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrServerConfigModel(SolrServerModes _mode,
String _name,
ItemModel _owner,
boolean _useMasterNodeExclusivelyForIndexing)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAliveCheckInterval()
Generated method - Getter of the
SolrServerConfig.aliveCheckInterval attribute defined at extension solrfacetsearch. |
Integer |
getConnectionTimeout()
Generated method - Getter of the
SolrServerConfig.connectionTimeout attribute defined at extension solrfacetsearch. |
Integer |
getIndexingAliveCheckInterval()
Generated method - Getter of the
SolrServerConfig.indexingAliveCheckInterval attribute defined at extension solrfacetsearch. |
Integer |
getIndexingConnectionTimeout()
Generated method - Getter of the
SolrServerConfig.indexingConnectionTimeout attribute defined at extension solrfacetsearch. |
Integer |
getIndexingMaxTotalConnections()
Generated method - Getter of the
SolrServerConfig.indexingMaxTotalConnections attribute defined at extension solrfacetsearch. |
Integer |
getIndexingMaxTotalConnectionsPerHostConfig()
Generated method - Getter of the
SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute defined at extension solrfacetsearch. |
Integer |
getIndexingSocketTimeout()
Generated method - Getter of the
SolrServerConfig.indexingSocketTimeout attribute defined at extension solrfacetsearch. |
Integer |
getMaxTotalConnections()
Generated method - Getter of the
SolrServerConfig.maxTotalConnections attribute defined at extension solrfacetsearch. |
Integer |
getMaxTotalConnectionsPerHostConfig()
Generated method - Getter of the
SolrServerConfig.maxTotalConnectionsPerHostConfig attribute defined at extension solrfacetsearch. |
SolrServerModes |
getMode()
Generated method - Getter of the
SolrServerConfig.mode attribute defined at extension solrfacetsearch. |
String |
getName()
Generated method - Getter of the
SolrServerConfig.name attribute defined at extension solrfacetsearch. |
Integer |
getNumShards()
Generated method - Getter of the
SolrServerConfig.numShards attribute defined at extension solrfacetsearch. |
Integer |
getReadTimeout()
Deprecated.
|
Integer |
getReplicationFactor()
Generated method - Getter of the
SolrServerConfig.replicationFactor attribute defined at extension solrfacetsearch. |
Integer |
getSocketTimeout()
Generated method - Getter of the
SolrServerConfig.socketTimeout attribute defined at extension solrfacetsearch. |
List<SolrEndpointUrlModel> |
getSolrEndpointUrls()
Generated method - Getter of the
SolrServerConfig.solrEndpointUrls attribute defined at extension solrfacetsearch. |
boolean |
isEmbeddedMaster()
Deprecated.
|
boolean |
isIndexingTcpNoDelay()
Generated method - Getter of the
SolrServerConfig.indexingTcpNoDelay attribute defined at extension solrfacetsearch. |
boolean |
isTcpNoDelay()
Generated method - Getter of the
SolrServerConfig.tcpNoDelay attribute defined at extension solrfacetsearch. |
boolean |
isUseMasterNodeExclusivelyForIndexing()
Generated method - Getter of the
SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute defined at extension solrfacetsearch. |
void |
setAliveCheckInterval(Integer value)
Generated method - Setter of
SolrServerConfig.aliveCheckInterval attribute defined at extension solrfacetsearch. |
void |
setConnectionTimeout(Integer value)
Generated method - Setter of
SolrServerConfig.connectionTimeout attribute defined at extension solrfacetsearch. |
void |
setEmbeddedMaster(boolean value)
Deprecated.
|
void |
setIndexingAliveCheckInterval(Integer value)
Generated method - Setter of
SolrServerConfig.indexingAliveCheckInterval attribute defined at extension solrfacetsearch. |
void |
setIndexingConnectionTimeout(Integer value)
Generated method - Setter of
SolrServerConfig.indexingConnectionTimeout attribute defined at extension solrfacetsearch. |
void |
setIndexingMaxTotalConnections(Integer value)
Generated method - Setter of
SolrServerConfig.indexingMaxTotalConnections attribute defined at extension solrfacetsearch. |
void |
setIndexingMaxTotalConnectionsPerHostConfig(Integer value)
Generated method - Setter of
SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute defined at extension solrfacetsearch. |
void |
setIndexingSocketTimeout(Integer value)
Generated method - Setter of
SolrServerConfig.indexingSocketTimeout attribute defined at extension solrfacetsearch. |
void |
setIndexingTcpNoDelay(boolean value)
Generated method - Setter of
SolrServerConfig.indexingTcpNoDelay attribute defined at extension solrfacetsearch. |
void |
setMaxTotalConnections(Integer value)
Generated method - Setter of
SolrServerConfig.maxTotalConnections attribute defined at extension solrfacetsearch. |
void |
setMaxTotalConnectionsPerHostConfig(Integer value)
Generated method - Setter of
SolrServerConfig.maxTotalConnectionsPerHostConfig attribute defined at extension solrfacetsearch. |
void |
setMode(SolrServerModes value)
Generated method - Setter of
SolrServerConfig.mode attribute defined at extension solrfacetsearch. |
void |
setName(String value)
Generated method - Initial setter of
SolrServerConfig.name attribute defined at extension solrfacetsearch. |
void |
setNumShards(Integer value)
Generated method - Setter of
SolrServerConfig.numShards attribute defined at extension solrfacetsearch. |
void |
setReadTimeout(Integer value)
Deprecated.
|
void |
setReplicationFactor(Integer value)
Generated method - Setter of
SolrServerConfig.replicationFactor attribute defined at extension solrfacetsearch. |
void |
setSocketTimeout(Integer value)
Generated method - Setter of
SolrServerConfig.socketTimeout attribute defined at extension solrfacetsearch. |
void |
setSolrEndpointUrls(List<SolrEndpointUrlModel> value)
Generated method - Setter of
SolrServerConfig.solrEndpointUrls attribute defined at extension solrfacetsearch. |
void |
setTcpNoDelay(boolean value)
Generated method - Setter of
SolrServerConfig.tcpNoDelay attribute defined at extension solrfacetsearch. |
void |
setUseMasterNodeExclusivelyForIndexing(boolean value)
Generated method - Setter of
SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute defined at extension solrfacetsearch. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String NAME
SolrServerConfig.name attribute defined at extension solrfacetsearch.public static final String MODE
SolrServerConfig.mode attribute defined at extension solrfacetsearch.public static final String EMBEDDEDMASTER
SolrServerConfig.embeddedMaster attribute defined at extension solrfacetsearch.public static final String ALIVECHECKINTERVAL
SolrServerConfig.aliveCheckInterval attribute defined at extension solrfacetsearch.public static final String CONNECTIONTIMEOUT
SolrServerConfig.connectionTimeout attribute defined at extension solrfacetsearch.public static final String SOCKETTIMEOUT
SolrServerConfig.socketTimeout attribute defined at extension solrfacetsearch.public static final String TCPNODELAY
SolrServerConfig.tcpNoDelay attribute defined at extension solrfacetsearch.public static final String MAXTOTALCONNECTIONS
SolrServerConfig.maxTotalConnections attribute defined at extension solrfacetsearch.public static final String MAXTOTALCONNECTIONSPERHOSTCONFIG
SolrServerConfig.maxTotalConnectionsPerHostConfig attribute defined at extension solrfacetsearch.public static final String INDEXINGALIVECHECKINTERVAL
SolrServerConfig.indexingAliveCheckInterval attribute defined at extension solrfacetsearch.public static final String INDEXINGCONNECTIONTIMEOUT
SolrServerConfig.indexingConnectionTimeout attribute defined at extension solrfacetsearch.public static final String INDEXINGSOCKETTIMEOUT
SolrServerConfig.indexingSocketTimeout attribute defined at extension solrfacetsearch.public static final String INDEXINGTCPNODELAY
SolrServerConfig.indexingTcpNoDelay attribute defined at extension solrfacetsearch.public static final String INDEXINGMAXTOTALCONNECTIONS
SolrServerConfig.indexingMaxTotalConnections attribute defined at extension solrfacetsearch.public static final String INDEXINGMAXTOTALCONNECTIONSPERHOSTCONFIG
SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute defined at extension solrfacetsearch.public static final String READTIMEOUT
SolrServerConfig.readTimeout attribute defined at extension solrfacetsearch.public static final String USEMASTERNODEEXCLUSIVELYFORINDEXING
SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute defined at extension solrfacetsearch.public static final String NUMSHARDS
SolrServerConfig.numShards attribute defined at extension solrfacetsearch.public static final String REPLICATIONFACTOR
SolrServerConfig.replicationFactor attribute defined at extension solrfacetsearch.public static final String SOLRENDPOINTURLS
SolrServerConfig.solrEndpointUrls attribute defined at extension solrfacetsearch.public SolrServerConfigModel()
public SolrServerConfigModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrServerConfigModel(SolrServerModes _mode, String _name, boolean _useMasterNodeExclusivelyForIndexing)
_mode - initial attribute declared by type SolrServerConfig at extension solrfacetsearch_name - initial attribute declared by type SolrServerConfig at extension solrfacetsearch_useMasterNodeExclusivelyForIndexing - initial attribute declared by type SolrServerConfig at extension solrfacetsearch@Deprecated public SolrServerConfigModel(SolrServerModes _mode, String _name, ItemModel _owner, boolean _useMasterNodeExclusivelyForIndexing)
_mode - initial attribute declared by type SolrServerConfig at extension solrfacetsearch_name - initial attribute declared by type SolrServerConfig at extension solrfacetsearch_owner - initial attribute declared by type Item at extension core_useMasterNodeExclusivelyForIndexing - initial attribute declared by type SolrServerConfig at extension solrfacetsearch@Accessor(qualifier="aliveCheckInterval", type=GETTER) public Integer getAliveCheckInterval()
SolrServerConfig.aliveCheckInterval attribute defined at extension solrfacetsearch.@Accessor(qualifier="connectionTimeout", type=GETTER) public Integer getConnectionTimeout()
SolrServerConfig.connectionTimeout attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexingAliveCheckInterval", type=GETTER) public Integer getIndexingAliveCheckInterval()
SolrServerConfig.indexingAliveCheckInterval attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexingConnectionTimeout", type=GETTER) public Integer getIndexingConnectionTimeout()
SolrServerConfig.indexingConnectionTimeout attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexingMaxTotalConnections", type=GETTER) public Integer getIndexingMaxTotalConnections()
SolrServerConfig.indexingMaxTotalConnections attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexingMaxTotalConnectionsPerHostConfig", type=GETTER) public Integer getIndexingMaxTotalConnectionsPerHostConfig()
SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexingSocketTimeout", type=GETTER) public Integer getIndexingSocketTimeout()
SolrServerConfig.indexingSocketTimeout attribute defined at extension solrfacetsearch.@Accessor(qualifier="maxTotalConnections", type=GETTER) public Integer getMaxTotalConnections()
SolrServerConfig.maxTotalConnections attribute defined at extension solrfacetsearch.@Accessor(qualifier="maxTotalConnectionsPerHostConfig", type=GETTER) public Integer getMaxTotalConnectionsPerHostConfig()
SolrServerConfig.maxTotalConnectionsPerHostConfig attribute defined at extension solrfacetsearch.@Accessor(qualifier="mode", type=GETTER) public SolrServerModes getMode()
SolrServerConfig.mode attribute defined at extension solrfacetsearch.@Accessor(qualifier="name", type=GETTER) public String getName()
SolrServerConfig.name attribute defined at extension solrfacetsearch.@Accessor(qualifier="numShards", type=GETTER) public Integer getNumShards()
SolrServerConfig.numShards attribute defined at extension solrfacetsearch.@Deprecated @Accessor(qualifier="readTimeout", type=GETTER) public Integer getReadTimeout()
SolrServerConfig.readTimeout attribute defined at extension solrfacetsearch.@Accessor(qualifier="replicationFactor", type=GETTER) public Integer getReplicationFactor()
SolrServerConfig.replicationFactor attribute defined at extension solrfacetsearch.@Accessor(qualifier="socketTimeout", type=GETTER) public Integer getSocketTimeout()
SolrServerConfig.socketTimeout attribute defined at extension solrfacetsearch.@Accessor(qualifier="solrEndpointUrls", type=GETTER) public List<SolrEndpointUrlModel> getSolrEndpointUrls()
SolrServerConfig.solrEndpointUrls attribute defined at extension solrfacetsearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Deprecated @Accessor(qualifier="embeddedMaster", type=GETTER) public boolean isEmbeddedMaster()
SolrServerConfig.embeddedMaster attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexingTcpNoDelay", type=GETTER) public boolean isIndexingTcpNoDelay()
SolrServerConfig.indexingTcpNoDelay attribute defined at extension solrfacetsearch.@Accessor(qualifier="tcpNoDelay", type=GETTER) public boolean isTcpNoDelay()
SolrServerConfig.tcpNoDelay attribute defined at extension solrfacetsearch.@Accessor(qualifier="useMasterNodeExclusivelyForIndexing", type=GETTER) public boolean isUseMasterNodeExclusivelyForIndexing()
SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute defined at extension solrfacetsearch.@Accessor(qualifier="aliveCheckInterval", type=SETTER) public void setAliveCheckInterval(Integer value)
SolrServerConfig.aliveCheckInterval attribute defined at extension solrfacetsearch.value - the aliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.@Accessor(qualifier="connectionTimeout", type=SETTER) public void setConnectionTimeout(Integer value)
SolrServerConfig.connectionTimeout attribute defined at extension solrfacetsearch.value - the connectionTimeout - Sets the timeout in milliseconds until a connection is established.@Deprecated @Accessor(qualifier="embeddedMaster", type=SETTER) public void setEmbeddedMaster(boolean value)
SolrServerConfig.embeddedMaster attribute defined at extension solrfacetsearch.value - the embeddedMaster@Accessor(qualifier="indexingAliveCheckInterval", type=SETTER) public void setIndexingAliveCheckInterval(Integer value)
SolrServerConfig.indexingAliveCheckInterval attribute defined at extension solrfacetsearch.value - the indexingAliveCheckInterval - Time interval in milliseconds which is used to ping the dead servers to find if it is alive.@Accessor(qualifier="indexingConnectionTimeout", type=SETTER) public void setIndexingConnectionTimeout(Integer value)
SolrServerConfig.indexingConnectionTimeout attribute defined at extension solrfacetsearch.value - the indexingConnectionTimeout - Sets the timeout in milliseconds until a connection is established.@Accessor(qualifier="indexingMaxTotalConnections", type=SETTER) public void setIndexingMaxTotalConnections(Integer value)
SolrServerConfig.indexingMaxTotalConnections attribute defined at extension solrfacetsearch.value - the indexingMaxTotalConnections - Sets the maximum total connections allowed@Accessor(qualifier="indexingMaxTotalConnectionsPerHostConfig", type=SETTER) public void setIndexingMaxTotalConnectionsPerHostConfig(Integer value)
SolrServerConfig.indexingMaxTotalConnectionsPerHostConfig attribute defined at extension solrfacetsearch.value - the indexingMaxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config@Accessor(qualifier="indexingSocketTimeout", type=SETTER) public void setIndexingSocketTimeout(Integer value)
SolrServerConfig.indexingSocketTimeout attribute defined at extension solrfacetsearch.value - the indexingSocketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data@Accessor(qualifier="indexingTcpNoDelay", type=SETTER) public void setIndexingTcpNoDelay(boolean value)
SolrServerConfig.indexingTcpNoDelay attribute defined at extension solrfacetsearch.value - the indexingTcpNoDelay - Setting to true disables TCP packet batching@Accessor(qualifier="maxTotalConnections", type=SETTER) public void setMaxTotalConnections(Integer value)
SolrServerConfig.maxTotalConnections attribute defined at extension solrfacetsearch.value - the maxTotalConnections - Sets the maximum total connections allowed@Accessor(qualifier="maxTotalConnectionsPerHostConfig", type=SETTER) public void setMaxTotalConnectionsPerHostConfig(Integer value)
SolrServerConfig.maxTotalConnectionsPerHostConfig attribute defined at extension solrfacetsearch.value - the maxTotalConnectionsPerHostConfig - Sets the maximum number of connections to be used for the given host config@Accessor(qualifier="mode", type=SETTER) public void setMode(SolrServerModes value)
SolrServerConfig.mode attribute defined at extension solrfacetsearch.value - the mode - operation mode of Solr server@Accessor(qualifier="name", type=SETTER) public void setName(String value)
SolrServerConfig.name attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.value - the name - unique identifier of solr configuration@Accessor(qualifier="numShards", type=SETTER) public void setNumShards(Integer value)
SolrServerConfig.numShards attribute defined at extension solrfacetsearch.value - the numShards@Deprecated @Accessor(qualifier="readTimeout", type=SETTER) public void setReadTimeout(Integer value)
SolrServerConfig.readTimeout attribute defined at extension solrfacetsearch.value - the readTimeout@Accessor(qualifier="replicationFactor", type=SETTER) public void setReplicationFactor(Integer value)
SolrServerConfig.replicationFactor attribute defined at extension solrfacetsearch.value - the replicationFactor@Accessor(qualifier="socketTimeout", type=SETTER) public void setSocketTimeout(Integer value)
SolrServerConfig.socketTimeout attribute defined at extension solrfacetsearch.value - the socketTimeout - Sets the default socket timeout in milliseconds which is the timeout for waiting for data@Accessor(qualifier="solrEndpointUrls", type=SETTER) public void setSolrEndpointUrls(List<SolrEndpointUrlModel> value)
SolrServerConfig.solrEndpointUrls attribute defined at extension solrfacetsearch.value - the solrEndpointUrls@Accessor(qualifier="tcpNoDelay", type=SETTER) public void setTcpNoDelay(boolean value)
SolrServerConfig.tcpNoDelay attribute defined at extension solrfacetsearch.value - the tcpNoDelay - Setting to true disables TCP packet batching@Accessor(qualifier="useMasterNodeExclusivelyForIndexing", type=SETTER) public void setUseMasterNodeExclusivelyForIndexing(boolean value)
SolrServerConfig.useMasterNodeExclusivelyForIndexing attribute defined at extension solrfacetsearch.value - the useMasterNodeExclusivelyForIndexingCopyright © 2017 SAP SE. All Rights Reserved.