diff options
author | Steven Blimkie <Steven.Blimkie@amdocs.com> | 2018-08-24 18:06:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-24 18:06:52 +0000 |
commit | 31b6fc47e12dd137d3a691b20ed4a34df41ac8a4 (patch) | |
tree | f2bac541f66994ba87743db4a778e3e77a7b0019 /sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml | |
parent | f9d3379dfa2b0d67aef0ba4937018d6c6023a77e (diff) | |
parent | 11b1339ca114835bf60356b4061f1ff3f3fd3e8b (diff) |
Merge "update sync queries to use searh data service"
Diffstat (limited to 'sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml')
-rw-r--r-- | sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml b/sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml index 7c34697..b0d5471 100644 --- a/sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml +++ b/sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml @@ -49,8 +49,8 @@ <constructor-arg name="gizmoAdapter"> <null /> </constructor-arg> - <constructor-arg ref="elasticSearchAdapter" /> - <constructor-arg ref="elasticSearchEndpointConfig" /> + <constructor-arg ref="searchServiceAdapter" /> + <constructor-arg ref="searchServiceRestEndpointConfig" /> <constructor-arg ref="viewInspectSchemaConfig" /> <constructor-arg name="numActiveInventoryWorkers" value="50" /> |