Class Constants


  • public final class Constants
    extends Object
    Constants used throughout the Search Core
    Author:
    jpadams
    • Field Detail

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

      • Constants

        public Constants()