]> granicus.if.org Git - docbook-dsssl/commit
Added client-side support for cjk searching. By default, for cjk, 2-gram tokenizing...
authorKasun Gajasinghe <kasunbg@gmail.com>
Sun, 8 Aug 2010 16:43:13 +0000 (16:43 +0000)
committerKasun Gajasinghe <kasunbg@gmail.com>
Sun, 8 Aug 2010 16:43:13 +0000 (16:43 +0000)
commit41638a573b235380306772e2a522ef491add800d
tree23d26497332f5d4df4f623e043f49d2f679f382f
parent240504cf46a30f4f4f657e64377d95f78c73a796
Added client-side support for cjk searching. By default, for cjk, 2-gram tokenizing is used in both client run time and indexer build time. i.e.  クに接続 will be tokenized to "クに", "に接", "接続". Better tokenizing suggestions are IKAnalzer and Paoding Analyzer. These are dictionary based, so that results are more accurate.
xsl/webhelp/indexer/lib/nw-cms.jar
xsl/webhelp/indexer/src/com/nexwave/nquindexer/IndexerTask.java
xsl/webhelp/indexer/src/com/nexwave/nquindexer/WriteJSFiles.java
xsl/webhelp/template/content/search/nwSearchFnt.js