org.eaglei.search.config
Class SearchProperties

java.lang.Object
  extended by org.eaglei.search.config.SearchProperties

public final class SearchProperties
extends java.lang.Object

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

SEARCH_NODE

public static final java.lang.String SEARCH_NODE
Name of System property that determines whether the overall search configuration: either central or institutional

See Also:
Constant Field Values

CENTRAL

public static final java.lang.String CENTRAL
Value of "search.node" System property for central search

See Also:
Constant Field Values

SEARCH_TEST

public static final java.lang.String SEARCH_TEST
Name of System property that determines whether a test configuration is used.

See Also:
Constant Field Values

CENTRAL_INDEX

public static final java.lang.String CENTRAL_INDEX
Name of System property that determines whether a central index is created.

See Also:
Constant Field Values

REPOSITORY_URL

public static final java.lang.String REPOSITORY_URL
SearchConfiguration property that holds the URL of the repository

See Also:
Constant Field Values

REPOSITORY_USERNAME

public static final java.lang.String REPOSITORY_USERNAME
SearchConfiguration property that holds the http basic auth username to use for calls against the repository

See Also:
Constant Field Values

REPOSITORY_PASSWORD

public static final java.lang.String REPOSITORY_PASSWORD
SearchConfiguration property that holds the http basic auth password to use for calls against the repository.

See Also:
Constant Field Values

USE_INDEXER_THREAD

public static final 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

See Also:
Constant Field Values

UPDATE_FREQUENCY

public static final java.lang.String UPDATE_FREQUENCY
System property that holds the index update frequency in msec.

See Also:
Constant Field Values
Constructor Detail

SearchProperties

public SearchProperties()


Copyright © 2009-2010 Eagle-I. All Rights Reserved.