org.eaglei.search.config
Class SearchProperties

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

public 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 PERFORM_HARVEST
           
static java.lang.String SEARCH_TEST
          Name of System property that determines whether a test configuration is used.
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

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

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

PERFORM_HARVEST

public static final java.lang.String PERFORM_HARVEST
See Also:
Constant Field Values
Constructor Detail

SearchProperties

public SearchProperties()


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