Author: knguyen
Date: Mon Sep 3 18:20:03 2007
New Revision: 18363
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18363&repname=
=3Djahia
Log:
remove duplicate declaration
Modified:
branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/WEB-INF/etc/spring/applica=
tioncontext-indexationpolicy.xml
Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/WEB-INF/etc/spring/a=
pplicationcontext-indexationpolicy.xml
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/webapp/WEB-INF/etc/spring/applicationcontext-indexationpol=
icy.xml&rev=3D18363&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/WEB-INF/etc/spring/applica=
tioncontext-indexationpolicy.xml (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/WEB-INF/etc/spring/applica=
tioncontext-indexationpolicy.xml Mon Sep 3 18:20:03 2007
@@ -2,9 +2,7 @@
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
"http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
- <!--------------------------------------------------------------------=
-------------------->
<!-- sample indexation rule to delay indexation of all Jahia Content a=
t specified times -->
- <!--------------------------------------------------------------------=
-------------------->
<bean id=3D"delayedContentIndexationRule" class=3D"org.jahia.services.=
search.indexingscheduler.impl.rule.BaseIndexationRule">
<property name=3D"id" value=3D"1"/><!-- a unique id must be assign=
ed to each rule -->
<property name=3D"namedID" value=3D"delayedContentIndexationRule"/=
><!-- optional unique name used for declarative rule. -->
@@ -46,9 +44,7 @@
</property>
</bean>
=
- <!--------------------------------------------------------------------=
-------------------->
<!-- sample indexation rule to delay indexation of File Field with pdf=
and office files at specified times -->
- <!--------------------------------------------------------------------=
-------------------->
<bean id=3D"delayedFileFieldIndexationRule" class=3D"org.jahia.service=
s.search.indexingscheduler.impl.rule.BaseIndexationRule">
<property name=3D"id" value=3D"2"/><!-- a unique id must be assign=
ed to each rule -->
<property name=3D"namedID" value=3D"delayedFileFieldIndexationRule=
"/><!-- optional unique name used for declarative rule. -->
@@ -83,9 +79,7 @@
</property>
</bean>
=
- <!--------------------------------------------------------------------=
-------------------->
<!-- sample indexation rule used to schedule Blog Content for immediat=
e indexation ( as soon as possible, using the indexation normal flow ) -->
- <!--------------------------------------------------------------------=
-------------------->
<bean id=3D"blogContentIndexationRule" class=3D"org.jahia.services.sea=
rch.indexingscheduler.impl.rule.BaseIndexationRule">
<property name=3D"id" value=3D"3"/><!-- a unique id must be assign=
ed to each rule -->
<property name=3D"namedID" value=3D"blogContentIndexationRule"/><!=
-- optional unique name used for declarative rule. -->
@@ -117,11 +111,8 @@
</property>
</bean>
=
-
- <!--------------------------------------------------------------------=
-------------------->
<!-- sample indexation rule used to exclude all content bellow a given=
Page node =
( specifying its page id ) from indexation. -->
- <!--------------------------------------------------------------------=
-------------------->
<bean id=3D"excludedSubTreeIndexationRule" class=3D"org.jahia.services=
.search.indexingscheduler.impl.rule.BaseIndexationRule">
<property name=3D"id" value=3D"4"/>
<property name=3D"namedID" value=3D"excludedSubTreeIndexationRule"=
/>
@@ -155,25 +146,8 @@
</property>
</bean>
=
- <!--------------------------------------------------------------------=
-------------------->
- <!-- The bean bellow is used to define the list of Jahia Content Inde=
xation Rules that will
- be used by the JahiaSearchIndexationService --> =
- <!--------------------------------------------------------------------=
-------------------->
- <bean id=3D"contentIndexationRulesList" class=3D"org.springframework.b=
eans.factory.config.ListFactoryBean">
- <property name=3D"sourceList">
- <list>
- <!-- uncomment each rule bean you want to add to the list =
-->
- <!--ref bean=3D"delayedContentIndexationRule"/-->
- <!--ref bean=3D"blogContentIndexationRule"/-->
- <!--ref bean=3D"excludedSubTreeIndexationRule"/-->
- </list>
- </property>
- </bean>
-
- <!--------------------------------------------------------------------=
-------------------->
<!-- The bean bellow is used to define the list of File Field Indexat=
ion Rules that will
be used by the JahiaSearchIndexationService --> =
- <!--------------------------------------------------------------------=
-------------------->
<bean id=3D"fileFieldIndexationRulesList" class=3D"org.springframework=
.beans.factory.config.ListFactoryBean">
<property name=3D"sourceList">
<list>
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list