Search Results for

    Show / Hide Table of Contents

    Class FieldAliasPropertyDescriptor<T>

    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
    DescriptorBase<FieldAliasPropertyDescriptor<T>, IFieldAliasProperty>
    PropertyDescriptorBase<FieldAliasPropertyDescriptor<T>, IFieldAliasProperty, T>
    FieldAliasPropertyDescriptor<T>
    Implements
    IDescriptor
    IFieldAliasProperty
    IProperty
    IFieldMapping
    Inherited Members
    PropertyDescriptorBase<FieldAliasPropertyDescriptor<T>, IFieldAliasProperty, T>.DebugDisplay
    PropertyDescriptorBase<FieldAliasPropertyDescriptor<T>, IFieldAliasProperty, T>.TypeOverride
    PropertyDescriptorBase<FieldAliasPropertyDescriptor<T>, IFieldAliasProperty, T>.Name(PropertyName)
    PropertyDescriptorBase<FieldAliasPropertyDescriptor<T>, IFieldAliasProperty, T>.Name<TValue>(Expression<Func<T, TValue>>)
    PropertyDescriptorBase<FieldAliasPropertyDescriptor<T>, IFieldAliasProperty, T>.LocalMetadata(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    PropertyDescriptorBase<FieldAliasPropertyDescriptor<T>, IFieldAliasProperty, T>.Meta(Func<FluentDictionary<string, string>, FluentDictionary<string, string>>)
    DescriptorBase<FieldAliasPropertyDescriptor<T>, IFieldAliasProperty>.Self
    DescriptorBase<FieldAliasPropertyDescriptor<T>, IFieldAliasProperty>.Assign<TValue>(TValue, Action<IFieldAliasProperty, TValue>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class FieldAliasPropertyDescriptor<T> : PropertyDescriptorBase<FieldAliasPropertyDescriptor<T>, IFieldAliasProperty, T>, IDescriptor, IFieldAliasProperty, IProperty, IFieldMapping where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    FieldAliasPropertyDescriptor()

    Declaration
    public FieldAliasPropertyDescriptor()

    Methods

    | Edit this page View Source

    Path(Field)

    The full path to alias

    Declaration
    public FieldAliasPropertyDescriptor<T> Path(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    FieldAliasPropertyDescriptor<T>
    | Edit this page View Source

    Path<TValue>(Expression<Func<T, TValue>>)

    The full path to alias

    Declaration
    public FieldAliasPropertyDescriptor<T> Path<TValue>(Expression<Func<T, TValue>> field)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> field
    Returns
    Type Description
    FieldAliasPropertyDescriptor<T>
    Type Parameters
    Name Description
    TValue

    Implements

    IDescriptor
    IFieldAliasProperty
    IProperty
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • FieldAliasPropertyDescriptor()
    • Methods
      • Path(Field)
      • Path<TValue>(Expression<Func<T, TValue>>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX