mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 04:53:16 +00:00
14 lines
551 B
XML
14 lines
551 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
|
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
|
|
|
|
<bean id="indexClient" class="org.dspace.discovery.IndexClient" scope="prototype">
|
|
<property name="name" value="index-discovery"/>
|
|
<property name="description" value="Update Discovery Solr Search Index"/>
|
|
</bean>
|
|
|
|
|
|
</beans>
|