1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3
|
xmlns:p="http://www.springframework.org/schema/p"
|
4
|
xmlns:http="http://cxf.apache.org/transports/http/configuration" xmlns="http://www.springframework.org/schema/beans"
|
5
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
6
|
|
7
|
|
8
|
http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd">
|
9
|
|
10
|
<bean id="highlightUtils" class="${service.index.solr.highlight.utils}"/>
|
11
|
|
12
|
|
13
|
<bean id="solrIndexClientFactory" class="eu.dnetlib.index.solr.client.SolrIndexClientFactory"
|
14
|
p:configuration="${service.solr.index.client.jsonConfiguration}" init-method="init"
|
15
|
/>
|
16
|
|
17
|
|
18
|
</beans>
|