Search Results for

    Show / Hide Table of Contents

    Interface IElisionTokenFilter

    A token filter which removes elisions. For example, “l’avion” (the plane) will tokenized as “avion” (plane).

    Inherited Members
    ITokenFilter.Type
    ITokenFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IElisionTokenFilter : ITokenFilter

    Properties

    | Edit this page View Source

    Articles

    Accepts articles setting which is a set of stop words articles

    Declaration
    [DataMember(Name = "articles")]
    IEnumerable<string> Articles { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    ArticlesCase

    Whether articles should be handled case-insensitively. Defaults to false.

    Declaration
    [DataMember(Name = "articles_case")]
    bool? ArticlesCase { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

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