| Title | Search doesn't work with Traditional Chinese since version 2.1 |
| Date | 15-Oct-2005 14:59:35 EEST |
| Version | 2.1.103-alpha |
| Submitter | ChrisWilson |
| Bug criticality | MediumBug |
| Browser version | |
| Bug status | NewBug |
| PageProvider used | FileSystemProvider |
| Servlet Container | jakarta-tomcat-5.0.25 |
| Operating System | Red Hat Linux v8.0 |
| URL | |
| Java version | 1.4.2_04 |
(Copied from Bug Reports by Chris Wilson, not verified)
The content search function can not been worked on version 2.1.103-alpha such as traditional chinese character. At the version 2.0.52. I can search the chinese content normally.
-- Kenneth
Oops. That's because Lucene does not know how to treat the Chinese stopwords. Disable Lucene, then it should work: set jspwiki.useLucene = false in your jspwiki.properties. There might also be a Lucene property to stop it.
Thanks a lot
-- Kenneth