Merge "Updating Search service to be ES 6.1.2 compliant"
authorJames Forsyth <jf2512@att.com>
Thu, 2 Aug 2018 18:08:25 +0000 (18:08 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 2 Aug 2018 18:08:25 +0000 (18:08 +0000)
src/main/java/org/onap/aai/sa/rest/AnalysisConfiguration.java

index 97336b6..ecb3f4d 100644 (file)
@@ -61,7 +61,7 @@ public class AnalysisConfiguration {
    * all of the custom filters and analyzers that we need Elastic Search
    * to know about.
    */
-  private static String esSettings = null;
+  private String esSettings = null;
 
   private static Logger logger = LoggerFactory.getInstance()
       .getLogger(AnalysisConfiguration.class.getName());