@ConfigurationProperties(prefix="solrlib") public class SolrLibProperties extends Object
| Constructor and Description |
|---|
SolrLibProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
String |
getCollectionPrefix() |
Path |
getHome() |
int |
getMaxShardsPerNode() |
String |
getZkConnection() |
boolean |
isDeleteOnShutdown() |
boolean |
isDeployCores() |
void |
setBaseUrl(String baseUrl) |
void |
setCollectionPrefix(String collectionPrefix) |
void |
setDeleteOnShutdown(boolean deleteOnShutdown) |
void |
setDeployCores(boolean deployCores) |
void |
setHome(Path home) |
void |
setMaxShardsPerNode(int maxShardsPerNode) |
void |
setZkConnection(String zkConnection) |
public Path getHome()
public void setHome(Path home)
public String getZkConnection()
public void setZkConnection(String zkConnection)
public int getMaxShardsPerNode()
public void setMaxShardsPerNode(int maxShardsPerNode)
public String getCollectionPrefix()
public void setCollectionPrefix(String collectionPrefix)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public boolean isDeployCores()
public void setDeployCores(boolean deployCores)
public boolean isDeleteOnShutdown()
public void setDeleteOnShutdown(boolean deleteOnShutdown)
Copyright © 2017–2018 redlink GmbH. All rights reserved.