gov.nasa.pds.search.core.constants
Class Constants

java.lang.Object
  extended by gov.nasa.pds.search.core.constants.Constants

public final class Constants
extends Object

Constants used throughout the Search Core

Author:
jpadams

Field Summary
static String DEFAULT_SEARCH_HOME
           
static String DEFAULT_SERVICE_URL
          Default URL used for Search Service if not specified
static 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 source
static 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
static String SOLR_INDEX_PREFIX
           
static String[] VALID_UNK_VALUES
          Valid PDS4 representation for unknown values.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

Constants

public Constants()


Copyright © 2010–2014 Planetary Data System. All rights reserved.