<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> <bean id="resourceMapSubprocessor" class="edu.ucsb.nceas.metacat.index.resourcemap.ResourceMapSubprocessor"> <property name="matchDocuments"> <list> <value>http://www.openarchives.org/ore/terms</value> </list> </property> <!-- <property name="httpService" ref="httpService"></property> <property name="solrQueryUri" value="${solr.query.uri}"></property> --> </bean> <!-- <bean id="httpService" class="org.dataone.cn.indexer.solrhttp.HTTPService"> <constructor-arg ref="httpClientFactory" /> <property name="solrSchemaPath" value="${solr.schema.path}" /> <property name="solrIndexUri" value="${solr.index.uri}" /> </bean> <bean id="httpClientFactory" class="org.springframework.http.client.HttpComponentsClientHttpRequestFactory" p:connectTimeout="5000" > <constructor-arg ref="httpClient" /> </bean> <bean id="httpClient" class="org.apache.http.impl.client.DefaultHttpClient"> <constructor-arg ref="httpConnectionManager"/> </bean> <bean id="httpConnectionManager" class="org.apache.http.impl.conn.SingleClientConnManager"/> --> </beans>