ITokenFilter
- Namespace
- Rowles.LeanLucene.Analysis
- Assembly
- Rowles.LeanLucene.dll
Transforms a token list in place (e.g. lowercase, stop-word removal, stemming).
public interface ITokenFilter
Methods
Apply(List<Token>)
Applies the filter to the token list, modifying it in place.