|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eaglei.search.config.SearchProperties
public final class SearchProperties
Defines common search configuration properties
| Field Summary | |
|---|---|
static java.lang.String |
CENTRAL
Value of "search.node" System property for central search |
static java.lang.String |
CENTRAL_INDEX
Name of System property that determines whether a central index is created. |
static java.lang.String |
REPOSITORY_PASSWORD
SearchConfiguration property that holds the http basic auth password to use for calls against the repository. |
static java.lang.String |
REPOSITORY_URL
SearchConfiguration property that holds the URL of the repository |
static java.lang.String |
REPOSITORY_USERNAME
SearchConfiguration property that holds the http basic auth username to use for calls against the repository |
static java.lang.String |
SEARCH_NODE
Name of System property that determines whether the overall search configuration: either central or institutional |
static java.lang.String |
SEARCH_TEST
Name of System property that determines whether a test configuration is used. |
static java.lang.String |
UPDATE_FREQUENCY
System property that holds the index update frequency in msec. |
static java.lang.String |
USE_INDEXER_THREAD
System property that holds a boolean value which controls whether the index is updated by an indexer thread or just updated once during the init() method |
| Constructor Summary | |
|---|---|
SearchProperties()
|
|
| Method Summary |
|---|
| 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 SEARCH_NODE
public static final java.lang.String CENTRAL
public static final java.lang.String SEARCH_TEST
public static final java.lang.String CENTRAL_INDEX
public static final java.lang.String REPOSITORY_URL
public static final java.lang.String REPOSITORY_USERNAME
public static final java.lang.String REPOSITORY_PASSWORD
public static final java.lang.String USE_INDEXER_THREAD
public static final java.lang.String UPDATE_FREQUENCY
| Constructor Detail |
|---|
public SearchProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||