Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class NoOutputs

    A null FST Outputs<T> implementation; use this if you just want to build an FSA.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    Outputs<System.Object>
    NoOutputs
    Inherited Members
    Outputs<Object>.WriteFinalOutput(Object, DataOutput)
    Outputs<Object>.ReadFinalOutput(DataInput)
    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.Util.Fst
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class NoOutputs : Outputs<object>

    Properties

    | Improve this Doc View Source

    NoOutput

    Declaration
    public override object NoOutput { get; }
    Property Value
    Type Description
    System.Object
    Overrides
    Lucene.Net.Util.Fst.Outputs<System.Object>.NoOutput
    | Improve this Doc View Source

    Singleton

    Declaration
    public static NoOutputs Singleton { get; }
    Property Value
    Type Description
    NoOutputs

    Methods

    | Improve this Doc View Source

    Add(Object, Object)

    Declaration
    public override object Add(object prefix, object output)
    Parameters
    Type Name Description
    System.Object prefix
    System.Object output
    Returns
    Type Description
    System.Object
    Overrides
    Lucene.Net.Util.Fst.Outputs<System.Object>.Add(System.Object, System.Object)
    | Improve this Doc View Source

    Common(Object, Object)

    Declaration
    public override object Common(object output1, object output2)
    Parameters
    Type Name Description
    System.Object output1
    System.Object output2
    Returns
    Type Description
    System.Object
    Overrides
    Lucene.Net.Util.Fst.Outputs<System.Object>.Common(System.Object, System.Object)
    | Improve this Doc View Source

    Merge(Object, Object)

    Declaration
    public override object Merge(object first, object second)
    Parameters
    Type Name Description
    System.Object first
    System.Object second
    Returns
    Type Description
    System.Object
    Overrides
    Lucene.Net.Util.Fst.Outputs<System.Object>.Merge(System.Object, System.Object)
    | Improve this Doc View Source

    OutputToString(Object)

    Declaration
    public override string OutputToString(object output)
    Parameters
    Type Name Description
    System.Object output
    Returns
    Type Description
    System.String
    Overrides
    Lucene.Net.Util.Fst.Outputs<System.Object>.OutputToString(System.Object)
    | Improve this Doc View Source

    Read(DataInput)

    Declaration
    public override object Read(DataInput in)
    Parameters
    Type Name Description
    DataInput in
    Returns
    Type Description
    System.Object
    Overrides
    Lucene.Net.Util.Fst.Outputs<System.Object>.Read(Lucene.Net.Store.DataInput)
    | Improve this Doc View Source

    Subtract(Object, Object)

    Declaration
    public override object Subtract(object output, object inc)
    Parameters
    Type Name Description
    System.Object output
    System.Object inc
    Returns
    Type Description
    System.Object
    Overrides
    Lucene.Net.Util.Fst.Outputs<System.Object>.Subtract(System.Object, System.Object)
    | Improve this Doc View Source

    Write(Object, DataOutput)

    Declaration
    public override void Write(object prefix, DataOutput out)
    Parameters
    Type Name Description
    System.Object prefix
    DataOutput out
    Overrides
    Lucene.Net.Util.Fst.Outputs<System.Object>.Write(System.Object, Lucene.Net.Store.DataOutput)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.