mirror of https://github.com/apache/lucene.git
SOLR-3056: remove unpaired xml comment/typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1242588 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8c2e20bb2d
commit
d06fe21f88
|
@ -704,7 +704,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 -->
|
||||
|
|
Loading…
Reference in New Issue