Class AnalyzerBase
Assembly: OpenSearch.Client.dll
Syntax
public abstract class AnalyzerBase : IAnalyzer
Constructors
|
Edit this page
View Source
AnalyzerBase(string)
Declaration
protected AnalyzerBase(string type)
Parameters
Type |
Name |
Description |
string |
type |
|
Properties
|
Edit this page
View Source
Type
Declaration
public virtual string Type { get; protected set; }
Property Value
|
Edit this page
View Source
Version
Declaration
public string Version { get; set; }
Property Value
Implements
Extension Methods