Search Results for

    Show / Hide Table of Contents

    Class FieldAliasProperty

    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.

    Inheritance
    object
    PropertyBase
    FieldAliasProperty
    Implements
    IPropertyWithClrOrigin
    IFieldAliasProperty
    IProperty
    IFieldMapping
    Inherited Members
    PropertyBase.LocalMetadata
    PropertyBase.Meta
    PropertyBase.Name
    PropertyBase.DebugDisplay
    PropertyBase.ToString()
    PropertyBase.TypeOverride
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class FieldAliasProperty : PropertyBase, IPropertyWithClrOrigin, IFieldAliasProperty, IProperty, IFieldMapping

    Constructors

    | Edit this page View Source

    FieldAliasProperty()

    Declaration
    public FieldAliasProperty()

    Properties

    | Edit this page View Source

    Path

    The full path to alias

    Declaration
    public Field Path { get; set; }
    Property Value
    Type Description
    Field

    Implements

    IPropertyWithClrOrigin
    IFieldAliasProperty
    IProperty
    IFieldMapping

    Extension Methods

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