externalized central search query so future changes can be handled via a properties change - issue #978

This commit is contained in:
Jeremy Long
2017-11-14 06:37:41 -05:00
parent 49d14d1272
commit dea9fa1145
4 changed files with 30 additions and 7 deletions

View File

@@ -348,6 +348,10 @@ public final class Settings {
* The properties key for the Central search URL.
*/
public static final String ANALYZER_CENTRAL_URL = "analyzer.central.url";
/**
* The properties key for the Central search query.
*/
public static final String ANALYZER_CENTRAL_QUERY = "analyzer.central.query";
/**
* The path to mono, if available.
*/