Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Lucene.Net.Highlighter

    The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages. There are 3 main highlighters:

    • Lucene.Net.Search.Highlight - A lightweight highlighter for basic usage.

    • <xref:Lucene.Net.Search.PostingsHighlight> (In the Lucene.Net.ICU package) - Highlighter implementation that uses offsets from postings lists. This highlighter supports Unicode.

    • Lucene.Net.Search.VectorHighlight - This highlighter is fast for large docs, supports N-gram fields, multi-term highlighting, colored highlight tags, and more. There is a <xref:Lucene.Net.Search.VectorHighlight.BreakIteratorBoundaryScanner> in the Lucene.Net.ICU package that can be added on for Unicode support.

    • Improve this Doc
    Back to top Copyright © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.