Search Results for

    Show / Hide Table of Contents

    Class CustomAnalyzer

    Inheritance
    object
    AnalyzerBase
    CustomAnalyzer
    Implements
    ICustomAnalyzer
    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 CustomAnalyzer : AnalyzerBase, ICustomAnalyzer, IAnalyzer

    Constructors

    | Edit this page View Source

    CustomAnalyzer()

    Declaration
    public CustomAnalyzer()

    Properties

    | Edit this page View Source

    CharFilter

    The logical / registered name of the tokenizer to use.

    Declaration
    public IEnumerable<string> CharFilter { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    Filter

    An optional list of logical / registered name of token filters.

    Declaration
    public IEnumerable<string> Filter { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    PositionIncrementGap

    When indexing an array of text values, OpenSearch inserts a fake "gap" between the last term of one value and the first term of the next value to ensure that a phrase query doesn’t match two terms from different array elements. Defaults to 100.

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

    Tokenizer

    An optional list of logical / registered name of char filters.

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

    Implements

    ICustomAnalyzer
    IAnalyzer

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • CustomAnalyzer()
    • Properties
      • CharFilter
      • Filter
      • PositionIncrementGap
      • Tokenizer
    • Implements
    • Extension Methods
    Back to top Generated by DocFX