|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.solr.SolrProperties
public class SolrProperties
The SolrProperties class.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_SERVER_URL
The default server URL. |
static java.lang.String |
PROP_EMBEDDED
The property embedded. |
static java.lang.String |
PROP_SERVER_URL
The property server URL. |
static java.lang.String |
PROP_WORKSPACE_FOLDER
The property workspace folder. |
| Constructor Summary | |
|---|---|
SolrProperties()
|
|
SolrProperties(java.io.InputStream configStream)
Default constructor. |
|
SolrProperties(java.util.Properties solrProps)
|
|
| Method Summary | |
|---|---|
java.io.File |
getConfigurationFolder()
Get the configuration folder. |
java.lang.String |
getServerUrl()
Get the server URL. |
java.io.File |
getWorkspaceFolder()
Get the workspace folder. |
java.lang.Boolean |
isEmbedded()
Is embedded. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROP_EMBEDDED
public static final java.lang.String PROP_WORKSPACE_FOLDER
public static final java.lang.String PROP_SERVER_URL
public static final java.lang.String DEFAULT_SERVER_URL
| Constructor Detail |
|---|
public SolrProperties()
public SolrProperties(java.util.Properties solrProps)
public SolrProperties(java.io.InputStream configStream)
| Method Detail |
|---|
public java.lang.Boolean isEmbedded()
public java.io.File getConfigurationFolder()
public java.io.File getWorkspaceFolder()
throws java.io.IOException
java.io.IOException - IOException.public java.lang.String getServerUrl()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||