libre10 git
Revision | 0a506fa4326a039654939ad76e2201a7e4885dbf (tree) |
---|---|
Zeit | 2013-11-19 08:18:41 |
Autor | gn64_jp <gn64@rec1...> |
Commiter | gn64_jp |
change TokenizerFactory option.
@@ -18,7 +18,7 @@ | ||
18 | 18 | </fieldType> |
19 | 19 | <fieldType name="text_ja" class="solr.TextField"> |
20 | 20 | <analyzer> |
21 | - <tokenizer class="solr.JapaneseTokenizerFactory" mode="extended"/> | |
21 | + <tokenizer class="solr.JapaneseTokenizerFactory" mode="search"/> | |
22 | 22 | <filter class="solr.JapaneseBaseFormFilterFactory"/> |
23 | 23 | <filter class="solr.JapanesePartOfSpeechStopFilterFactory" tags="lang/stoptags_ja.txt" enablePositionIncrements="true"/> |
24 | 24 | <filter class="solr.CJKWidthFilterFactory" /> |