Squashed commits for the new Solr/Central Search capability

Former-commit-id: 28ca3ca0ff5de4e097082f6f73003c0a67455efd
This commit is contained in:
Will Stranathan
2014-11-08 10:54:02 -05:00
parent d90e7820cd
commit e5ff2cff4e
9 changed files with 441 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.
*/