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 constructorNamespace: 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 constructorDeclaration
IndexWriterConfig Get(LuceneVersion matchVersion, Analyzer indexAnalyzer, OpenMode openMode)
Parameters
Type | Name | Description |
---|---|---|
LuceneVersion | matchVersion | |
Analyzer | indexAnalyzer | |
OpenMode | openMode |
Returns
Type | Description |
---|---|
IndexWriterConfig |