Show / Hide Table of Contents

    Class KeywordTokenizer

    Emits the entire input as a single token.

    Inheritance
    System.Object
    AttributeSource
    TokenStream
    Tokenizer
    KeywordTokenizer
    Implements
    IDisposable
    Inherited Members
    Tokenizer.m_input
    Tokenizer.Dispose(Boolean)
    Tokenizer.CorrectOffset(Int32)
    Tokenizer.SetReader(TextReader)
    TokenStream.Dispose()
    AttributeSource.GetAttributeFactory()
    AttributeSource.GetAttributeClassesEnumerator()
    AttributeSource.GetAttributeImplsEnumerator()
    AttributeSource.AddAttributeImpl(Attribute)
    AttributeSource.AddAttribute<T>()
    AttributeSource.HasAttributes
    AttributeSource.HasAttribute<T>()
    AttributeSource.GetAttribute<T>()
    AttributeSource.ClearAttributes()
    AttributeSource.CaptureState()
    AttributeSource.RestoreState(AttributeSource.State)
    AttributeSource.GetHashCode()
    AttributeSource.Equals(Object)
    AttributeSource.ReflectAsString(Boolean)
    AttributeSource.ReflectWith(IAttributeReflector)
    AttributeSource.CloneAttributes()
    AttributeSource.CopyTo(AttributeSource)
    AttributeSource.ToString()
    Namespace: Lucene.Net.Analysis.Core
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public sealed class KeywordTokenizer : Tokenizer, IDisposable

    Constructors

    | Improve this Doc View Source

    KeywordTokenizer(AttributeSource.AttributeFactory, TextReader, Int32)

    Declaration
    public KeywordTokenizer(AttributeSource.AttributeFactory factory, TextReader input, int bufferSize)
    Parameters
    Type Name Description
    AttributeSource.AttributeFactory factory
    TextReader input
    System.Int32 bufferSize
    | Improve this Doc View Source

    KeywordTokenizer(TextReader)

    Declaration
    public KeywordTokenizer(TextReader input)
    Parameters
    Type Name Description
    TextReader input
    | Improve this Doc View Source

    KeywordTokenizer(TextReader, Int32)

    Declaration
    public KeywordTokenizer(TextReader input, int bufferSize)
    Parameters
    Type Name Description
    TextReader input
    System.Int32 bufferSize

    Fields

    | Improve this Doc View Source

    DEFAULT_BUFFER_SIZE

    Default read buffer size

    Declaration
    public const int DEFAULT_BUFFER_SIZE = null
    Field Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    End()

    Declaration
    public override sealed void End()
    Overrides
    TokenStream.End()
    | Improve this Doc View Source

    IncrementToken()

    Declaration
    public override sealed bool IncrementToken()
    Returns
    Type Description
    System.Boolean
    Overrides
    TokenStream.IncrementToken()
    | Improve this Doc View Source

    Reset()

    Declaration
    public override void Reset()
    Overrides
    Tokenizer.Reset()

    Implements

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