Table of Contents

Public classSealed HtmlStripCharFilter

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

Strips HTML/XML tags from input text, leaving only the text content.

public sealed class HtmlStripCharFilter : ICharFilter
HtmlStripCharFilter
Implements

Methods

Public method Filter(ReadOnlySpan<char>)

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