Show / Hide Table of Contents

    Class DefaultEncoder

    Simple IEncoder implementation that does not modify the output

    Inheritance
    System.Object
    DefaultEncoder
    Implements
    IEncoder
    Namespace: Lucene.Net.Search.Highlight
    Assembly: Lucene.Net.Highlighter.dll
    Syntax
    public class DefaultEncoder : object, IEncoder

    Constructors

    | Improve this Doc View Source

    DefaultEncoder()

    Declaration
    public DefaultEncoder()

    Methods

    | Improve this Doc View Source

    EncodeText(String)

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

    Implements

    IEncoder
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)