Show / Hide Table of Contents

    Interface ITypeAttribute

    A Token's lexical type. The Default value is "word".

    Inherited Members
    IAttribute.CopyTo(IAttribute)
    Namespace: Lucene.Net.Analysis.TokenAttributes
    Assembly: Lucene.Net.dll
    Syntax
    public interface ITypeAttribute : IAttribute

    Properties

    | Improve this Doc View Source

    Type

    Gets or Sets the lexical type.

    Declaration
    string Type { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)