Search Results for

    Show / Hide Table of Contents

    Interface IPatternTokenizer

    A tokenizer of type pattern that can flexibly separate text into terms via a regular expression.

    Inherited Members
    ITokenizer.Type
    ITokenizer.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IPatternTokenizer : ITokenizer

    Properties

    | Edit this page View Source

    Flags

    The regular expression flags.

    Declaration
    [DataMember(Name = "flags")]
    string Flags { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Group

    Which group to extract into tokens. Defaults to -1 (split).

    Declaration
    [DataMember(Name = "group")]
    int? Group { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Pattern

    The regular expression pattern, defaults to \W+.

    Declaration
    [DataMember(Name = "pattern")]
    string Pattern { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Flags
      • Group
      • Pattern
    • Extension Methods
    Back to top Generated by DocFX