
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
Filter(ReadOnlySpan<char>)
Transforms the input text, returning filtered text ready for tokenisation.