You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ko...@apache.org on 2011/05/20 00:57:01 UTC

svn commit: r1125161 - in /lucene/dev/branches/lucene_solr_3_1: ./ lucene/ lucene/backwards/ lucene/contrib/lucli/build.xml solr/ solr/CHANGES.txt solr/build.xml solr/example/solr/conf/solrconfig.xml

Author: koji
Date: Thu May 19 22:57:00 2011
New Revision: 1125161

URL: http://svn.apache.org/viewvc?rev=1125161&view=rev
Log:
SOLR-2528: set HtmlEncoder default off in example solrconfig.xml

Modified:
    lucene/dev/branches/lucene_solr_3_1/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/lucene/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/lucene/backwards/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/lucene/contrib/lucli/build.xml   (props changed)
    lucene/dev/branches/lucene_solr_3_1/solr/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt
    lucene/dev/branches/lucene_solr_3_1/solr/build.xml   (props changed)
    lucene/dev/branches/lucene_solr_3_1/solr/example/solr/conf/solrconfig.xml

Modified: lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt?rev=1125161&r1=1125160&r2=1125161&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt Thu May 19 22:57:00 2011
@@ -36,8 +36,18 @@ Bug Fixes
 * SOLR-2495: The JSON parser could hang on corrupted input and could fail
   to detect numbers that were too large to fit in a long.  (yonik)
 
+Other Changes
+----------------------
+
+* SOLR-2528: Remove default="true" from HtmlEncoder in example solrconfig.xml,
+  because html encoding confuses non-ascii users. (koji)
+
+Build
+----------------------
+
+Documentation
+----------------------
 
-  
 ==================  3.1.0 ==================
 Versions of Major Components
 ---------------------

Modified: lucene/dev/branches/lucene_solr_3_1/solr/example/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/solr/example/solr/conf/solrconfig.xml?rev=1125161&r1=1125160&r2=1125161&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/solr/example/solr/conf/solrconfig.xml (original)
+++ lucene/dev/branches/lucene_solr_3_1/solr/example/solr/conf/solrconfig.xml Thu May 19 22:57:00 2011
@@ -1355,7 +1355,6 @@
 
       <!-- Configure the standard encoder -->
       <encoder name="html" 
-               default="true"
                class="solr.highlight.HtmlEncoder" />
 
       <!-- Configure the standard fragListBuilder -->