I modify NutchAnalysis.jj and NutchDocumentTokenizer.java to let nutch support chinese word.

2006-09-13 Thread heack
After that I test it, and I use luke to see the index, The word is parsed in my way, but I cannot search any results if my keyword is chinese, but not english words. I am wondering if other files should I modify to support search? When I search from Localhost webpage, which module is loaded to

How could I test my modify to NutchAnalysis.jj?

2006-09-10 Thread heack
I made some changes to this file(with main func), and I want to test it, What should I do? I use ant to build, but it build it all. Maybe I could write an ant xml to run it, but is there any easier way to do that? Thank you!

I use eclipse to run NutchAnalysis.java, but it meet QueryFilter RunTime error

2006-09-10 Thread heack
The erros are described here: Exception in thread main java.lang.RuntimeException: org.apache.nutch.searcher.QueryFilter not found. at org.apache.nutch.searcher.QueryFilters.init(QueryFilters.java:59) at org.apache.nutch.analysis.NutchAnalysis.parseQuery(NutchAnalysis.java:58) at