Search Results for

    Show / Hide Table of Contents

    Interface IStemmerOverrideTokenFilter

    Overrides stemming algorithms, by applying a custom mapping, then protecting these terms from being modified by stemmers. Must be placed before any stemming filters.

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

    Properties

    | Edit this page View Source

    Rules

    A list of mapping rules to use.

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

    RulesPath

    A path (either relative to config location, or absolute) to a list of mappings.

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

    Extension Methods

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