|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.search.core.constants.Constants
public final class Constants
Constants used throughout the Search Core
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 |
---|
public static final String LOG_FNAME
public static final String[] VALID_UNK_VALUES
public static final String SOLR_DOC_DIR
public static final String SOLR_INDEX_DIR
public static final String SOLR_INDEX_PREFIX
public static final String SEARCH_TOOLS
public static final String DEFAULT_STARTTIME
public static final String DEFAULT_STOPTIME
public static final String DEFAULT_SERVICE_URL
public static final String DEFAULT_SEARCH_HOME
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |