Search Results for

    Show / Hide Table of Contents

    Class FingerprintAnalyzerDescriptor

    Inheritance
    object
    DescriptorBase<FingerprintAnalyzerDescriptor, IFingerprintAnalyzer>
    AnalyzerDescriptorBase<FingerprintAnalyzerDescriptor, IFingerprintAnalyzer>
    FingerprintAnalyzerDescriptor
    Implements
    IDescriptor
    IFingerprintAnalyzer
    IAnalyzer
    Inherited Members
    AnalyzerDescriptorBase<FingerprintAnalyzerDescriptor, IFingerprintAnalyzer>.Type
    AnalyzerDescriptorBase<FingerprintAnalyzerDescriptor, IFingerprintAnalyzer>.Version(string)
    DescriptorBase<FingerprintAnalyzerDescriptor, IFingerprintAnalyzer>.Self
    DescriptorBase<FingerprintAnalyzerDescriptor, IFingerprintAnalyzer>.Assign<TValue>(TValue, Action<IFingerprintAnalyzer, TValue>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class FingerprintAnalyzerDescriptor : AnalyzerDescriptorBase<FingerprintAnalyzerDescriptor, IFingerprintAnalyzer>, IDescriptor, IFingerprintAnalyzer, IAnalyzer

    Properties

    | Edit this page View Source

    Type

    Declaration
    protected override string Type { get; }
    Property Value
    Type Description
    string
    Overrides
    AnalyzerDescriptorBase<FingerprintAnalyzerDescriptor, IFingerprintAnalyzer>.Type

    Methods

    | Edit this page View Source

    MaxOutputSize(int?)

    Declaration
    public FingerprintAnalyzerDescriptor MaxOutputSize(int? maxOutputSize)
    Parameters
    Type Name Description
    int? maxOutputSize
    Returns
    Type Description
    FingerprintAnalyzerDescriptor
    | Edit this page View Source

    PreserveOriginal(bool?)

    Declaration
    public FingerprintAnalyzerDescriptor PreserveOriginal(bool? preserveOriginal = true)
    Parameters
    Type Name Description
    bool? preserveOriginal
    Returns
    Type Description
    FingerprintAnalyzerDescriptor
    | Edit this page View Source

    Separator(string)

    Declaration
    public FingerprintAnalyzerDescriptor Separator(string separator)
    Parameters
    Type Name Description
    string separator
    Returns
    Type Description
    FingerprintAnalyzerDescriptor
    | Edit this page View Source

    StopWords(StopWords)

    Declaration
    public FingerprintAnalyzerDescriptor StopWords(StopWords stopWords)
    Parameters
    Type Name Description
    StopWords stopWords
    Returns
    Type Description
    FingerprintAnalyzerDescriptor
    | Edit this page View Source

    StopWords(IEnumerable<string>)

    Declaration
    public FingerprintAnalyzerDescriptor StopWords(IEnumerable<string> stopWords)
    Parameters
    Type Name Description
    IEnumerable<string> stopWords
    Returns
    Type Description
    FingerprintAnalyzerDescriptor
    | Edit this page View Source

    StopWords(params string[])

    Declaration
    public FingerprintAnalyzerDescriptor StopWords(params string[] stopWords)
    Parameters
    Type Name Description
    string[] stopWords
    Returns
    Type Description
    FingerprintAnalyzerDescriptor
    | Edit this page View Source

    StopWordsPath(string)

    Declaration
    public FingerprintAnalyzerDescriptor StopWordsPath(string stopWordsPath)
    Parameters
    Type Name Description
    string stopWordsPath
    Returns
    Type Description
    FingerprintAnalyzerDescriptor

    Implements

    IDescriptor
    IFingerprintAnalyzer
    IAnalyzer

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Type
    • Methods
      • MaxOutputSize(int?)
      • PreserveOriginal(bool?)
      • Separator(string)
      • StopWords(StopWords)
      • StopWords(IEnumerable<string>)
      • StopWords(params string[])
      • StopWordsPath(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX