Section navigation

Public interface IHighlighter

Namespace
Rowles.LeanCorpus.Search.Highlighting
Assembly
Rowles.LeanCorpus.dll

Unified contract for extracting highlighted text fragments from stored fields.

public interface IHighlighter

Public method GetBestFragment(string, Query, IReadOnlyList<TermVectorEntry>?, int)

Returns the best snippet from text containing highlighted occurrences of the query terms.