From aa6be5e9ddf87462ba5e660824a026febe68b203 Mon Sep 17 00:00:00 2001 From: AdrianSlavkovsky Date: Mon, 26 Feb 2018 23:16:48 +0100 Subject: [PATCH] Fixing retrieval of autosuggestIndex from config Change-Id: I30224334a7d3b6430612b35af6ea5b9e2ea72c86 Issue-ID: AAI-834 Signed-off-by: AdrianSlavkovsky --- src/main/java/org/onap/aai/datarouter/policy/EntityEventPolicy.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/onap/aai/datarouter/policy/EntityEventPolicy.java b/src/main/java/org/onap/aai/datarouter/policy/EntityEventPolicy.java index 3ba8547..d081868 100644 --- a/src/main/java/org/onap/aai/datarouter/policy/EntityEventPolicy.java +++ b/src/main/java/org/onap/aai/datarouter/policy/EntityEventPolicy.java @@ -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(), -- 2.16.6