Search Results for

    Show / Hide Table of Contents

    Interface IFieldAliasProperty

    An alias mapping defines an alternate name for a field in the index. The alias can be used in place of the target field in search requests, and selected other APIs like field capabilities.

    Inherited Members
    IProperty.LocalMetadata
    IProperty.Meta
    IProperty.Name
    IProperty.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IFieldAliasProperty : IProperty, IFieldMapping

    Properties

    | Edit this page View Source

    Path

    The full path to alias

    Declaration
    [DataMember(Name = "path")]
    Field Path { get; set; }
    Property Value
    Type Description
    Field

    Extension Methods

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