Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class AnalyzerFactory

    A factory to create an analyzer.

    Inheritance
    object
    AnalyzerFactory
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Benchmarks.ByTask.Utils
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public sealed class AnalyzerFactory

    Constructors

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

    A factory to create an analyzer.

    Declaration
    public AnalyzerFactory(IList<CharFilterFactory> charFilterFactories, TokenizerFactory tokenizerFactory, IList<TokenFilterFactory> tokenFilterFactories)
    Parameters
    Type Name Description
    IList<CharFilterFactory> charFilterFactories
    TokenizerFactory tokenizerFactory
    IList<TokenFilterFactory> tokenFilterFactories
    See Also
    AnalyzerFactoryTask

    Properties

    Name

    A factory to create an analyzer.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    See Also
    AnalyzerFactoryTask

    OffsetGap

    A factory to create an analyzer.

    Declaration
    public int? OffsetGap { get; set; }
    Property Value
    Type Description
    int?
    See Also
    AnalyzerFactoryTask

    PositionIncrementGap

    A factory to create an analyzer.

    Declaration
    public int? PositionIncrementGap { get; set; }
    Property Value
    Type Description
    int?
    See Also
    AnalyzerFactoryTask

    Methods

    Create()

    A factory to create an analyzer.

    Declaration
    public Analyzer Create()
    Returns
    Type Description
    Analyzer
    See Also
    AnalyzerFactoryTask

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    See Also
    AnalyzerFactoryTask

    See Also

    AnalyzerFactoryTask
    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.