Table of Contents

Public interface 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

Public method Apply(List<Token>)

Applies the filter to the token list, modifying it in place.