Show / Hide Table of Contents

    Class AnalyzerFactory

    A factory to create an analyzer.

    Inheritance
    System.Object
    AnalyzerFactory
    Namespace: Lucene.Net.Benchmarks.ByTask.Utils
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public sealed class AnalyzerFactory : object

    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
    IList<CharFilterFactory> charFilterFactories
    TokenizerFactory tokenizerFactory
    IList<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
    Analyzer
    | Improve this Doc View Source

    ToString()

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

    See Also

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