Project

General

Profile

1 8309 tao
package edu.ucsb.nceas.metacat.common;
2
3
public class Settings {
4
    //the file to store the latest systemmetadata modification time of the object
5
    //which has been harvested during the timed solr-index building (In the IndexGenerator).
6
    public static final String LASTPROCESSEDDATEFILENAME = "solr-last-proccessed-date";
7
}