Revision 8309
Added by Jing Tao about 11 years ago
metacat-common/src/main/java/edu/ucsb/nceas/metacat/common/Settings.java | ||
---|---|---|
1 |
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 |
} |
Also available in: Unified diff
Some settings will be shared between metacat and metacat-index components.