Skip to content
Snippets Groups Projects
Commit 17dd93c9 authored by mbrodhu's avatar mbrodhu
Browse files

correction in beans.xml constructor arguments for ElasticSearchClient

parent 00b316d1
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
<bean id="ElasticSearchClient" class="info.textgrid.middleware.OAI_ESClient">
<constructor-arg index="0" value="${elasticSearch.url}" />
<constructor-arg index="1" value="${elasticSearch.port}" />
<constructor-arg index="2" value="${elasticSearch.clusterName}" />
<constructor-arg index="2" value="${elasticSearch.itemLimit}" />
<property name="esIndex" value="${elasticSearch.index}" />
<property name="esType" value="${elasticSearch.type}" />
</bean>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment