Fixing the startup after junit increase
[aai/sparky-be.git] / src / main / java / org / onap / aai / sparky / dal / sas / config / SearchServiceConfig.java
index 66e7d7b..ff3a151 100644 (file)
@@ -70,9 +70,6 @@ public class SearchServiceConfig {
   private static final String TOPOGRAPHICAL_INDEX_NAME_DEFAULT =
       "topographicalsearchindex-localhost";
 
-  private static final String ENTITY_COUNT_HISTORY_INDEX_NAME_DEFAULT =
-      "entitycounthistoryindex-localhost";
-
   private static final String VERSION_DEFAULT = "v1";
 
   public static SearchServiceConfig getConfig() throws Exception {
@@ -111,8 +108,6 @@ public class SearchServiceConfig {
     auditIndexName = sasProps.getProperty("auditIndexName", AUDIT_INDEX_NAME_DEFAULT);
     topographicalSearchIndex = sasProps.getProperty("topographicalIndexName",
         TOPOGRAPHICAL_INDEX_NAME_DEFAULT);
-    entityCountHistoryIndex = sasProps.getProperty("entityCountHistoryIndexName",
-        ENTITY_COUNT_HISTORY_INDEX_NAME_DEFAULT);
     certName =
         sasProps.getProperty("ssl.cert-name", "aai-client-cert.p12");
     keystorePassword = sasProps.getProperty("ssl.keystore-password",