Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TeeSinkTokenFilter.SinkFilter

    A filter that decides which Lucene.Net.Util.AttributeSource states to store in the sink.

    Inheritance
    object
    TeeSinkTokenFilter.SinkFilter
    DateRecognizerSinkFilter
    TokenRangeSinkFilter
    TokenTypeSinkFilter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Analysis.Sinks
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public abstract class TeeSinkTokenFilter.SinkFilter

    Methods

    Accept(AttributeSource)

    Returns true, iff the current state of the passed-in Lucene.Net.Util.AttributeSource shall be stored in the sink.

    Declaration
    public abstract bool Accept(AttributeSource source)
    Parameters
    Type Name Description
    AttributeSource source
    Returns
    Type Description
    bool

    Reset()

    Called by Reset(). This method does nothing by default and can optionally be overridden.

    Declaration
    public virtual void Reset()
    Back to top Copyright © 2024 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.