Class Constants
- java.lang.Object
-
- gov.nasa.pds.search.core.constants.Constants
-
public final class Constants extends Object
Constants used throughout the Search Core- Author:
- jpadams
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_SEARCH_HOME
static String
DEFAULT_SERVICE_URL
Default URL used for Search Service if not specifiedstatic String
DEFAULT_STARTTIME
Default start datetime for UNK/N/A/NULL datetime fields.static String
DEFAULT_STOPTIME
Default stop datetime for UNK/N/A/NULL datetime fields.static String
LOG_FNAME
Run Log File Name.static String
SEARCH_TOOLS
static String
SOLR_DOC_DIR
Directory name where Solr Documents will be stored after data is extracted from data sourcestatic String
SOLR_INDEX_DIR
Directory name where Solr Index Documents will be stored after the initial documents are modified by the SolrIndexer and prepared for posting to the Search Servicestatic String
SOLR_INDEX_PREFIX
static String[]
VALID_UNK_VALUES
Valid PDS4 representation for unknown values.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
LOG_FNAME
public static final String LOG_FNAME
Run Log File Name.- See Also:
- Constant Field Values
-
VALID_UNK_VALUES
public static final String[] VALID_UNK_VALUES
Valid PDS4 representation for unknown values.
-
SOLR_DOC_DIR
public static final String SOLR_DOC_DIR
Directory name where Solr Documents will be stored after data is extracted from data source- See Also:
- Constant Field Values
-
SOLR_INDEX_DIR
public static final String SOLR_INDEX_DIR
Directory name where Solr Index Documents will be stored after the initial documents are modified by the SolrIndexer and prepared for posting to the Search Service- See Also:
- Constant Field Values
-
SOLR_INDEX_PREFIX
public static final String SOLR_INDEX_PREFIX
- See Also:
- Constant Field Values
-
SEARCH_TOOLS
public static final String SEARCH_TOOLS
- See Also:
- Constant Field Values
-
DEFAULT_STARTTIME
public static final String DEFAULT_STARTTIME
Default start datetime for UNK/N/A/NULL datetime fields.- See Also:
- Constant Field Values
-
DEFAULT_STOPTIME
public static final String DEFAULT_STOPTIME
Default stop datetime for UNK/N/A/NULL datetime fields.- See Also:
- Constant Field Values
-
DEFAULT_SERVICE_URL
public static final String DEFAULT_SERVICE_URL
Default URL used for Search Service if not specified- See Also:
- Constant Field Values
-
DEFAULT_SEARCH_HOME
public static final String DEFAULT_SEARCH_HOME
- See Also:
- Constant Field Values
-
-