Show / Hide Table of Contents

    Class DefaultEncoder

    Simple IEncoder implementation that does not modify the output

    Inheritance
    System.Object
    DefaultEncoder
    Implements
    IEncoder
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Search.Highlight
    Assembly: Lucene.Net.Highlighter.dll
    Syntax
    public class DefaultEncoder : 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 © 2019 Licensed to the Apache Software Foundation (ASF)