# ########
# SEARCH
# ########
search.indexing.enabled = true
search.indexer.quartz.config = ${config.dir}/quartz-jforum.properties
search.indexer.quartz = net.jforum.util.search.quartz.QuartzSearchManager
search.indexer.default = net.jforum.util.search.simple.SimpleSearchManager
search.indexer.implementation = ${search.indexer.quartz}
# Minumum size the
word must have in order to get indexed.
# For cyrillic alphabets, the recommended value is "1"
search.min.word.size = 1
search.max.word.size = 100[code]
it cannot work on chinese! it can search "hello" well.but the chinese words can not work well.
tomcat 5.5.x+jdk1.5+oracle 10i
[originally posted on jforum.net by xmvigour]