knguyen 2005/08/30 11:48:23 CEST
Modified files:
core/src/webapp/WEB-INF/etc/spring
applicationcontext-services.xml
Log:
- to deactivate search indexation, set the disabled property of
JahiaSearchService to true.
Revision Changes Path
1.7 +11 -1
jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-services.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-services.xml.diff?r1=1.6&r2=1.7&f=h
Index: applicationcontext-services.xml
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-services.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- applicationcontext-services.xml 23 Aug 2005 10:17:18 -0000 1.6
+++ applicationcontext-services.xml 30 Aug 2005 09:48:22 -0000 1.7
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
"http://www.springframework.org/dtd/spring-beans.dtd">
@@ -436,6 +436,16 @@
<property name="schedulerService">
<ref bean="SchedulerService"/>
</property>
+ <!--
+ <property name="compass">
+ <ref bean="compass"/>
+ </property>
+ <property name="searchIndexProcessPipeline">
+ <ref bean="searchIndexProcessPipeline"/>
+ </property>
+ -->
+ <!-- If set to true, no indexation is performed at all -->
+ <property name="disabled"><value>false</value></property>
</bean>
</property>
</bean>