public class SolrParameters extends IndexParametersBase
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getSolrNodeSet()
Gets the node set used to store the SolrCloud collection.
|
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 String getConfigName()
public int getMaxShardsPerNode()
public int getNumShards()
public int getReplicationFactor()
public String getSolrNodeSet()
public String getSolrServerUrl()
public final int getZkTimeout()
Copyright © 2016 Oracle and/or its afflilates. All Rights Reserved.