summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrianSlavkovsky <adrian.slavkovsky@orange.com>2018-02-26 23:16:48 +0100
committerAdrianSlavkovsky <adrian.slavkovsky@orange.com>2018-02-26 23:42:14 +0100
commitaa6be5e9ddf87462ba5e660824a026febe68b203 (patch)
treefc2781ad0cdb561596971477df2beeaffe92bd32
parent6c5bdfbc6976b343fd4ddb8722ffd0b96ce2ed54 (diff)
Fixing retrieval of autosuggestIndex from config
Change-Id: I30224334a7d3b6430612b35af6ea5b9e2ea72c86 Issue-ID: AAI-834 Signed-off-by: AdrianSlavkovsky <adrian.slavkovsky@orange.com>
-rw-r--r--src/main/java/org/onap/aai/datarouter/policy/EntityEventPolicy.java1
1 files changed, 1 insertions, 0 deletions
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(),