Show / Hide Table of Contents

    Class AbstractEncoder

    Base class for payload encoders.

    Inheritance
    System.Object
    AbstractEncoder
    IdentityEncoder
    IntegerEncoder
    SingleEncoder
    Implements
    IPayloadEncoder
    Namespace: Lucene.Net.Analysis.Payloads
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public abstract class AbstractEncoder : object, IPayloadEncoder

    Methods

    | Improve this Doc View Source

    Encode(Char[])

    Declaration
    public virtual BytesRef Encode(char[] buffer)
    Parameters
    Type Name Description
    System.Char[] buffer
    Returns
    Type Description
    BytesRef
    | Improve this Doc View Source

    Encode(Char[], Int32, Int32)

    Declaration
    public abstract BytesRef Encode(char[] buffer, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buffer
    System.Int32 offset
    System.Int32 length
    Returns
    Type Description
    BytesRef

    Implements

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