public class EmbeddedSolrServerConfiguration extends SolrServerConfiguration<EmbeddedSolrServerProvider>
SolrServer| Modifier and Type | Class and Description |
|---|---|
static class |
EmbeddedSolrServerConfiguration.HttpConfiguration |
| Constructor and Description |
|---|
EmbeddedSolrServerConfiguration(String solrHomePath,
String coreName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCoreName()
get the default core name to use for the Solr server
|
EmbeddedSolrServerConfiguration.HttpConfiguration |
getHttpConfiguration()
get the
EmbeddedSolrServerConfiguration.HttpConfiguration holding parameters for enabling Solr
server with HTTP bindings |
String |
getSolrHomePath()
get the Solr home path where all the configuration files are stored
|
String |
toString() |
EmbeddedSolrServerConfiguration |
withHttpConfiguration(String context,
Integer httpPort) |
getProvider, getTypepublic EmbeddedSolrServerConfiguration withHttpConfiguration(String context, Integer httpPort)
public String getSolrHomePath()
String representing a path to the Solr home.public String getCoreName()
String representing the core namepublic EmbeddedSolrServerConfiguration.HttpConfiguration getHttpConfiguration()
EmbeddedSolrServerConfiguration.HttpConfiguration holding parameters for enabling Solr
server with HTTP bindingsEmbeddedSolrServerConfiguration.HttpConfiguration or null if not setCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.