oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.36k stars 747 forks source link

not support Chinese full text search。 #1102

Open zhouchengly opened 8 years ago

zhouchengly commented 8 years ago

if I search Chinese in full search, I got the following tips: do we have plan to support Chinese full text search。

Your search did not match any files. Suggestions: Make sure all terms are spelled correctly. Try different keywords. Try more general keywords. Use 'wil*' cards if you are looking for partial match.

tarzanek commented 8 years ago

what is locale of your indexer/webapp? are your characters/file subset of UTF ? could you provide a sample file for indexing and providing locale for it?

davideuler commented 7 years ago

I've met the same issue. The file encoding is UTF-8. I've uploaded a sample attachment.

LoginInputDto.java.zip

davideuler commented 7 years ago

I've send a pull request to fix the problem: https://github.com/OpenGrok/OpenGrok/pull/1391