Added support for retiring analyzers (disabled by default) and retired the NodePackageAnalyzer.

This commit is contained in:
stevespringett
2017-09-09 21:50:17 -05:00
parent bbd59be1d6
commit 1bfd2d7ac1
6 changed files with 51 additions and 2 deletions

View File

@@ -256,6 +256,10 @@ public final class Settings {
* The properties key for whether experimental analyzers are loaded.
*/
public static final String ANALYZER_EXPERIMENTAL_ENABLED = "analyzer.experimental.enabled";
/**
* The properties key for whether experimental analyzers are loaded.
*/
public static final String ANALYZER_RETIRED_ENABLED = "analyzer.retired.enabled";
/**
* The properties key for whether the Archive analyzer is enabled.
*/