Author: knguyen
Date: Fri Aug 11 12:14:07 2006
New Revision: 14887

URL: https://svndev.jahia.net/websvn/listing.php?sc=1&rev=14887&repname=jahia
Log:
- allow search highlighting style customization 

Modified:
    trunk/core/src/webapp/WEB-INF/etc/spring/applicationcontext-compass.xml

Modified: 
trunk/core/src/webapp/WEB-INF/etc/spring/applicationcontext-compass.xml
URL: 
https://svndev.jahia.net/websvn/diff.php?path=/trunk/core/src/webapp/WEB-INF/etc/spring/applicationcontext-compass.xml&rev=14887&repname=jahia
==============================================================================
--- trunk/core/src/webapp/WEB-INF/etc/spring/applicationcontext-compass.xml 
(original)
+++ trunk/core/src/webapp/WEB-INF/etc/spring/applicationcontext-compass.xml Fri 
Aug 11 12:14:07 2006
@@ -65,7 +65,7 @@
                 <prop 
key="compass.engine.highlighter.default.fragmenter.simple.size">400</prop>
                 <prop 
key="compass.engine.highlighter.default.encoder.type">default</prop>
                 <prop 
key="compass.engine.highlighter.default.formatter.type">simple</prop>
-                <prop 
key="compass.engine.highlighter.default.formatter.simple.pre"><![CDATA[<span 
style="font-weight:bold;font-size:larger;background:#FF00FF">]]></prop>
+                <prop 
key="compass.engine.highlighter.default.formatter.simple.pre"><![CDATA[<span 
class="searchHighlightedText" 
style="font-weight:bold;font-size:larger;background:#FF00FF">]]></prop>
                 <prop 
key="compass.engine.highlighter.default.formatter.simple.post"><![CDATA[</span>]]></prop>
                 <prop 
key="compass.engine.highlighter.default.formatter.htmlSpanGradient.maxScore">50</prop>
                 <prop 
key="compass.engine.highlighter.default.formatter.htmlSpanGradient.minForegroundColor">#FFFFFF</prop>

Reply via email to