mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 16:23:37 +01:00
Squashed commits for the new Solr/Central Search capability
Former-commit-id: 28ca3ca0ff5de4e097082f6f73003c0a67455efd
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user