Search Results for

    Show / Hide Table of Contents

    Class RankFeaturesProperty

    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
    PropertyBase
    RankFeaturesProperty
    Implements
    IPropertyWithClrOrigin
    IRankFeaturesProperty
    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 RankFeaturesProperty : PropertyBase, IPropertyWithClrOrigin, IRankFeaturesProperty, IProperty, IFieldMapping

    Constructors

    | Edit this page View Source

    RankFeaturesProperty()

    Declaration
    public RankFeaturesProperty()

    Implements

    IPropertyWithClrOrigin
    IRankFeaturesProperty
    IProperty
    IFieldMapping

    Extension Methods

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