On 14 Nov 2005, at 01:01, Supheakmungkol SARIN wrote:
I'd like to add some other stopwords to the
StandardAnalyzer. How do i do this?

Have a look at the constructor of StandardAnalyzer that accepts a String[] of stop words. If you use that, you will replace the stop word list that is used by default.

    Erik



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

Reply via email to