Search Results for

    Show / Hide Table of Contents

    Class RankFeaturesPropertyDescriptor<T>

    A field that can index numeric feature vectors, so that they can later be used to boost documents in queries with a rank_feature query. It is analogous to the IRankFeatureProperty datatype, but is better suited when the list of features is sparse so that it wouldn't be reasonable to add one field to the mappings for each of them.

    Inheritance
    object
    DescriptorBase<RankFeaturesPropertyDescriptor<T>, IRankFeaturesProperty>
    PropertyDescriptorBase<RankFeaturesPropertyDescriptor<T>, IRankFeaturesProperty, T>
    RankFeaturesPropertyDescriptor<T>
    Implements
    IDescriptor
    IRankFeaturesProperty
    IProperty
    IFieldMapping
    Inherited Members
    PropertyDescriptorBase<RankFeaturesPropertyDescriptor<T>, IRankFeaturesProperty, T>.DebugDisplay
    PropertyDescriptorBase<RankFeaturesPropertyDescriptor<T>, IRankFeaturesProperty, T>.TypeOverride
    PropertyDescriptorBase<RankFeaturesPropertyDescriptor<T>, IRankFeaturesProperty, T>.Name(PropertyName)
    PropertyDescriptorBase<RankFeaturesPropertyDescriptor<T>, IRankFeaturesProperty, T>.Name<TValue>(Expression<Func<T, TValue>>)
    PropertyDescriptorBase<RankFeaturesPropertyDescriptor<T>, IRankFeaturesProperty, T>.LocalMetadata(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    PropertyDescriptorBase<RankFeaturesPropertyDescriptor<T>, IRankFeaturesProperty, T>.Meta(Func<FluentDictionary<string, string>, FluentDictionary<string, string>>)
    DescriptorBase<RankFeaturesPropertyDescriptor<T>, IRankFeaturesProperty>.Self
    DescriptorBase<RankFeaturesPropertyDescriptor<T>, IRankFeaturesProperty>.Assign<TValue>(TValue, Action<IRankFeaturesProperty, 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 RankFeaturesPropertyDescriptor<T> : PropertyDescriptorBase<RankFeaturesPropertyDescriptor<T>, IRankFeaturesProperty, T>, IDescriptor, IRankFeaturesProperty, IProperty, IFieldMapping where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    RankFeaturesPropertyDescriptor()

    Declaration
    public RankFeaturesPropertyDescriptor()

    Implements

    IDescriptor
    IRankFeaturesProperty
    IProperty
    IFieldMapping

    Extension Methods

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