Author: andre
Date: 2010-06-08 16:35:29 +0200 (Tue, 08 Jun 2010)
New Revision: 42468

Modified:
   openimages/trunk/src/main/webapp/WEB-INF/config/utils/luceneindex.xml
Log:
escaping to lowercase should help find 'WEEKNUMMER383-HRE00016A7E' OIP-140


Modified: openimages/trunk/src/main/webapp/WEB-INF/config/utils/luceneindex.xml
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/config/utils/luceneindex.xml       
2010-06-08 12:57:12 UTC (rev 42467)
+++ openimages/trunk/src/main/webapp/WEB-INF/config/utils/luceneindex.xml       
2010-06-08 14:35:29 UTC (rev 42468)
@@ -19,7 +19,7 @@
       <mmsq:field name="intro" />
       <mmsq:field name="body" />
       <mmsq:field name="source" />
-      <mmsq:field name="source"  alias="source" keyword="true" />
+      <mmsq:field name="source"  alias="source" keyword="true" 
escape="lowercase" />
       <mmsq:field name="publisher" />
       <mmsq:field name="publisher" alias="publisher" keyword="true" />
       <mmsq:field name="coverage" />

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to