Search Results for

    Show / Hide Table of Contents

    Interface IPhraseSuggestHighlight

    Highlighting for IPhraseSuggester

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IPhraseSuggestHighlight

    Properties

    | Edit this page View Source

    PostTag

    The post tag

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

    PreTag

    The pre tag

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

    Extension Methods

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