Initial checkin of work on a Solr analyzer which will replace Nexus on Internet checks

Former-commit-id: 09337f6416fa3140c00413426e17e39c4a1fadc6
This commit is contained in:
Will Stranathan
2014-10-16 15:04:50 -04:00
parent d90e7820cd
commit 931110ba6c
8 changed files with 426 additions and 0 deletions

View File

@@ -188,6 +188,18 @@ public final class Settings {
* The properties key for using the proxy to reach Nexus.
*/
public static final String ANALYZER_NEXUS_PROXY = "analyzer.nexus.proxy";
/**
* The properties key for whether the Solr analyzer is enabled.
*/
public static final String ANALYZER_SOLR_ENABLED = "analyzer.solr.enabled";
/**
* The properties key for the Solr search URL.
*/
public static final String ANALYZER_SOLR_URL = "analyzer.solr.url";
/**
* The properties key for using the proxy to reach Solr.
*/
public static final String ANALYZER_SOLR_PROXY = "analyzer.solr.proxy";
/**
* The path to mono, if available.
*/