C# Class Nest.Indexify.Contributors.Analysis.Autocomplete.AutoCompleteAnalyzerContributor

Inheritance: IndexAnalysisAnalyzerContributor
Mostra file Open project: stormid/Nest-Indexify

Public Methods

Method Description
AutoCompleteAnalyzerContributor ( string name, string tokenFilter, int order ) : System.Collections.Generic

Protected Methods

Method Description
Build ( ) : AnalyzerBase>>.IEnumerable
CanContributeCore ( ICreateIndexRequest indexRequest, IElasticClient client ) : bool

Method Details

AutoCompleteAnalyzerContributor() public method

public AutoCompleteAnalyzerContributor ( string name, string tokenFilter, int order ) : System.Collections.Generic
name string
tokenFilter string
order int
return System.Collections.Generic

Build() protected method

protected Build ( ) : AnalyzerBase>>.IEnumerable
return AnalyzerBase>>.IEnumerable

CanContributeCore() protected method

protected CanContributeCore ( ICreateIndexRequest indexRequest, IElasticClient client ) : bool
indexRequest ICreateIndexRequest
client IElasticClient
return bool