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

Former-commit-id: 7b51d0cb1d23122bc73261424b66df24f72370cd
This commit is contained in:
Will Stranathan
2014-10-16 15:04:50 -04:00
parent c6f391501d
commit 5f38741831
8 changed files with 427 additions and 1 deletions
@@ -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.
*/