Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IAnalyzingInfixSuggesterIndexWriterConfigFactory

    Generic interface that can be used to customize the index writer to be used by AnalyzingInfixSuggester.

    This class is specific to Lucene.NET, where factory classes are used to allow customization as opposed to making virtual method calls from the constructor
    Namespace: Lucene.Net.Search.Suggest.Analyzing
    Assembly: Lucene.Net.Suggest.dll
    Syntax
    public interface IAnalyzingInfixSuggesterIndexWriterConfigFactory

    Methods

    Get(LuceneVersion, Analyzer, OpenMode)

    Generic interface that can be used to customize the index writer to be used by AnalyzingInfixSuggester.

    This class is specific to Lucene.NET, where factory classes are used to allow customization as opposed to making virtual method calls from the constructor
    Declaration
    IndexWriterConfig Get(LuceneVersion matchVersion, Analyzer indexAnalyzer, OpenMode openMode)
    Parameters
    Type Name Description
    LuceneVersion matchVersion
    Analyzer indexAnalyzer
    OpenMode openMode
    Returns
    Type Description
    IndexWriterConfig
    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.