Search Results for

    Show / Hide Table of Contents

    Interface IUniqueTokenFilter

    The unique token filter can be used to only index unique tokens during analysis. By default it is applied on all the token stream

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

    Properties

    | Edit this page View Source

    OnlyOnSamePosition

    If only_on_same_position is set to true, it will only remove duplicate tokens on the same position.

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

    Extension Methods

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