public class SolrParameters extends IndexParametersBase
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigName()
Gets the configuration name used to create the SolrCloud collection where the index will be stored
|
int |
getMaxShardsPerNode()
Gets the maximum shards per node used in the SolrCloud collection where the index will be stored.
|
int |
getNumShards()
Gets the number of shards used in the SolrCloud collection where the index will be stored.
|
int |
getReplicationFactor()
Gets the replication factor used in the SolrCloud collection where the index will be stored.
|
java.lang.String |
getSolrNodeSet()
Gets the node set used to store the SolrCloud collection.
|
java.lang.String |
getSolrServerUrl()
Gets the SolrCloud server URL used to connect to the Apache SolR Cloud service.
|
int |
getZkTimeout()
Gets the Zookeeper timeout (in seconds) used for Apache SolR connections
|
getBatchSize, getCommitBatchSize, getNumConnections, getParametersMap, getWriteTimeout
public java.lang.String getConfigName()
public int getMaxShardsPerNode()
public int getNumShards()
public int getReplicationFactor()
public java.lang.String getSolrNodeSet()
public java.lang.String getSolrServerUrl()
public final int getZkTimeout()
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.