Exclude specific words from Custom Analyzer

Hi,

I am using a custom analyzer that is using "Keyword" tokenizer and "Snowball + lowercase" filter.
Snowball is the stemming analyzer which stems the words.
I have few specific words that shouldn't be stemmed while indexing the records. So how i can exclude specific words from custom analyzer?

Thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.