Fixing retrieval of autosuggestIndex from config 03/34003/1
authorAdrianSlavkovsky <adrian.slavkovsky@orange.com>
Mon, 26 Feb 2018 22:16:48 +0000 (23:16 +0100)
committerAdrianSlavkovsky <adrian.slavkovsky@orange.com>
Mon, 26 Feb 2018 22:42:14 +0000 (23:42 +0100)
Change-Id: I30224334a7d3b6430612b35af6ea5b9e2ea72c86
Issue-ID: AAI-834
Signed-off-by: AdrianSlavkovsky <adrian.slavkovsky@orange.com>
src/main/java/org/onap/aai/datarouter/policy/EntityEventPolicy.java

index 3ba8547..d081868 100644 (file)
@@ -130,6 +130,7 @@ public class EntityEventPolicy implements Processor {
     entitySearchIndex        = config.getSearchEntitySearchIndex();
     topographicalSearchIndex = config.getSearchTopographySearchIndex();
     aggregateGenericVnfIndex = config.getSearchAggregationVnfIndex();
+    autosuggestIndex            = config.getSearchEntityAutoSuggestIndex();
        
     // Instantiate the agent that we will use for interacting with the Search Service.
     searchAgent = new SearchServiceAgent(config.getSearchCertName(),