You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/02/10 00:00:15 UTC

svn commit: r1242589 - in /lucene/dev/branches/branch_3x: ./ solr/ solr/example/solr/conf/schema.xml

Author: rmuir
Date: Thu Feb  9 23:00:14 2012
New Revision: 1242589

URL: http://svn.apache.org/viewvc?rev=1242589&view=rev
Log:
SOLR-3056: remove unpaired xml comment/typo

Modified:
    lucene/dev/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/solr/   (props changed)
    lucene/dev/branches/branch_3x/solr/example/solr/conf/schema.xml

Modified: lucene/dev/branches/branch_3x/solr/example/solr/conf/schema.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/example/solr/conf/schema.xml?rev=1242589&r1=1242588&r2=1242589&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/example/solr/conf/schema.xml (original)
+++ lucene/dev/branches/branch_3x/solr/example/solr/conf/schema.xml Thu Feb  9 23:00:14 2012
@@ -720,7 +720,7 @@
         <!-- Reduces inflected verbs and adjectives to their base/dictionary forms (辞書形) -->	
         <filter class="solr.KuromojiBaseFormFilterFactory"/>
         <!-- Removes tokens with certain part-of-speech tags -->
-        <filter class="solr.KuromojiPartOfSpeechStopFilterFactory" tags="lang/stoptags_ja.txt" enablePositionIncrements="true"/> -->
+        <filter class="solr.KuromojiPartOfSpeechStopFilterFactory" tags="lang/stoptags_ja.txt" enablePositionIncrements="true"/>
         <!-- Normalizes full-width romaji to half-width and half-width kana to full-width (Unicode NFKC subset) -->
         <filter class="solr.CJKWidthFilterFactory"/>
         <!-- Removes common tokens typically not useful for search, but have a negative effect on ranking -->