Show / Hide Table of Contents

    Interface IEncoder

    Encodes original text. The IEncoder works with the IFormatter to generate the output.

    Namespace: Lucene.Net.Search.Highlight
    Assembly: Lucene.Net.Highlighter.dll
    Syntax
    public interface IEncoder

    Methods

    | Improve this Doc View Source

    EncodeText(String)

    Declaration
    string EncodeText(string originalText)
    Parameters
    Type Name Description
    System.String originalText

    The section of text being output

    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)