diff options
author | renealr <reneal.rogers@amdocs.com> | 2018-08-24 09:20:37 -0400 |
---|---|---|
committer | renealr <reneal.rogers@amdocs.com> | 2018-08-24 11:25:20 -0400 |
commit | 11b1339ca114835bf60356b4061f1ff3f3fd3e8b (patch) | |
tree | 6965f83294a0bd4d7a01935dbacf3bc3e61df147 /sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml | |
parent | 3f9bce9e9d5c7f779a20d289811a88babfbda3cf (diff) |
update sync queries to use searh data service
Issue-ID: AAI-1540
Change-Id: I6a00b0e12830e1220070ae60ba9b2c42e67dfbfc
Signed-off-by: renealr <reneal.rogers@amdocs.com>
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" /> |