Table of Contents

Public interface ICharFilter

Namespace
Rowles.LeanLucene.Analysis.Filters
Assembly
Rowles.LeanLucene.dll

Interface for character-level filters that transform raw text before tokenisation. Char filters run before the tokeniser, operating on the entire input string.

public interface ICharFilter

Methods

Public method Filter(ReadOnlySpan<char>)

Transforms the input text, returning filtered text ready for tokenisation.