Merge "Fixing retrieval of autosuggestIndex from config"
authorSteven Blimkie <Steven.Blimkie@amdocs.com>
Tue, 6 Mar 2018 17:04:19 +0000 (17:04 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 6 Mar 2018 17:04:19 +0000 (17:04 +0000)
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(),