Search Results for

    Show / Hide Table of Contents

    Class KnnVectorProperty

    Inheritance
    object
    PropertyBase
    CorePropertyBase
    DocValuesPropertyBase
    KnnVectorProperty
    Implements
    IPropertyWithClrOrigin
    IKnnVectorProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    DocValuesPropertyBase.DocValues
    CorePropertyBase.CopyTo
    CorePropertyBase.Fields
    CorePropertyBase.Similarity
    CorePropertyBase.Store
    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 KnnVectorProperty : DocValuesPropertyBase, IPropertyWithClrOrigin, IKnnVectorProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping

    Constructors

    | Edit this page View Source

    KnnVectorProperty()

    Declaration
    public KnnVectorProperty()

    Properties

    | Edit this page View Source

    Dimension

    The dimension of the vector.

    Declaration
    public int? Dimension { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Method

    The method to use when the underlying Approximate k-NN algorithm does not require training.

    Declaration
    public IKnnMethod Method { get; set; }
    Property Value
    Type Description
    IKnnMethod
    | Edit this page View Source

    ModelId

    The model to use when the underlying Approximate k-NN algorithm requires a training step.

    Declaration
    public string ModelId { get; set; }
    Property Value
    Type Description
    string

    Implements

    IPropertyWithClrOrigin
    IKnnVectorProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

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