knguyen 2005/05/25 17:49:45 CEST
Modified files: (Branch: JAHIA-4-1-BRANCH)
etc/config config.xml
Log:
- search settings missing file
Revision Changes Path
1.1.2.1.2.2 +9 -0 jahia/etc/config/config.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/etc/config/config.xml.diff?r1=1.1.2.1.2.1&r2=1.1.2.1.2.2&f=h
Index: config.xml
===================================================================
RCS file: /home/cvs/repository/jahia/etc/config/Attic/config.xml,v
retrieving revision 1.1.2.1.2.1
retrieving revision 1.1.2.1.2.2
diff -u -r1.1.2.1.2.1 -r1.1.2.1.2.2
--- config.xml 25 Feb 2005 12:47:02 -0000 1.1.2.1.2.1
+++ config.xml 25 May 2005 15:49:45 -0000 1.1.2.1.2.2
@@ -48,4 +48,13 @@
</property>
</bean>
+ <bean id="searchSettings"
class="org.springframework.beans.factory.config.PropertiesFactoryBean">
+ <property name="properties">
+ <props>
+ <prop key="inMemoryIndexe.allowed">true</prop>
+ <prop key="inMemoryIndexe.maxDocs">1000</prop>
+ </props>
+ </property>
+ </bean>
+
</beans>