On 1/26/07, Joe Tang <[EMAIL PROTECTED]> wrote:

Thanks for you reply Doron. It works partly on me.

How should I customize the Analyzer so as to have the functionality of
StandardAnalyzer as well as not stripping out some of the charactors?

Joe,

See nutch's version of StandardAnalyzer: it adds a few rules to
special case C++ and C#.
(nutch-trunk/src/java/org/apache/nutch/analysis/NutchAnalysis.jj).
You may be able to pluck those rules and insert them into Lucene's
StandardAnalyzer (after recompiling with javaCC).

-Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to