Search Results for

    Show / Hide Table of Contents

    Class FingerprintAnalyzer

    Inheritance
    object
    AnalyzerBase
    FingerprintAnalyzer
    Implements
    IFingerprintAnalyzer
    IAnalyzer
    Inherited Members
    AnalyzerBase.Type
    AnalyzerBase.Version
    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 FingerprintAnalyzer : AnalyzerBase, IFingerprintAnalyzer, IAnalyzer

    Constructors

    | Edit this page View Source

    FingerprintAnalyzer()

    Declaration
    public FingerprintAnalyzer()

    Properties

    | Edit this page View Source

    MaxOutputSize

    The maximum token size to emit. Defaults to 255.

    Declaration
    public int? MaxOutputSize { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    PreserveOriginal

    If true, emits both the original and folded version of tokens that contain extended characters. Defaults to false

    Declaration
    public bool? PreserveOriginal { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Separator

    The character that separates the tokens after concatenation. Defaults to a space.

    Declaration
    public string Separator { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StopWords

    A list of stop words to use. Defaults to an empty list

    Declaration
    public StopWords StopWords { get; set; }
    Property Value
    Type Description
    StopWords
    | Edit this page View Source

    StopWordsPath

    A path(either relative to config location, or absolute) to a stopwords file configuration.Each stop word should be in its own "line" (separated by a line break). The file must be UTF-8 encoded.

    Declaration
    public string StopWordsPath { get; set; }
    Property Value
    Type Description
    string

    Implements

    IFingerprintAnalyzer
    IAnalyzer

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • FingerprintAnalyzer()
    • Properties
      • MaxOutputSize
      • PreserveOriginal
      • Separator
      • StopWords
      • StopWordsPath
    • Implements
    • Extension Methods
    Back to top Generated by DocFX