• API

    Show / Hide Table of Contents

    Class AnalyzerFactory

    A factory to create an analyzer.

    Inheritance
    System.Object
    AnalyzerFactory
    Inherited Members
    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)
    Namespace: Lucene.Net.Benchmarks.ByTask.Utils
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public sealed class AnalyzerFactory

    Constructors

    | Improve this Doc View Source

    AnalyzerFactory(IList<CharFilterFactory>, TokenizerFactory, IList<TokenFilterFactory>)

    Declaration
    public AnalyzerFactory(IList<CharFilterFactory> charFilterFactories, TokenizerFactory tokenizerFactory, IList<TokenFilterFactory> tokenFilterFactories)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<Lucene.Net.Analysis.Util.CharFilterFactory> charFilterFactories
    Lucene.Net.Analysis.Util.TokenizerFactory tokenizerFactory
    System.Collections.Generic.IList<Lucene.Net.Analysis.Util.TokenFilterFactory> tokenFilterFactories

    Properties

    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OffsetGap

    Declaration
    public int? OffsetGap { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    PositionIncrementGap

    Declaration
    public int? PositionIncrementGap { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Methods

    | Improve this Doc View Source

    Create()

    Declaration
    public Analyzer Create()
    Returns
    Type Description
    Lucene.Net.Analysis.Analyzer
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    See Also

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