.NET Client Documentation
5.6.0
Search Results for

    Show / Hide Table of Contents

    VectorSearchResultEntry<TKey, TVal> Class

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    Represents an entry in the vector search result.

    public class VectorSearchResultEntry<TKey, TVal>
    Inheritance
    object
    VectorSearchResultEntry<TKey, TVal>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Type Parameters
    TKey

    The type of the key associated with the entry.

    TVal

    The type of the value associated with the entry.

    Properties

    Name Description
    Key

    Gets the key associated with the entry.

    Score

    Gets the score of the entry.

    Value

    Gets the value associated with the entry.

    Vectors

    Gets the vector values associated with the entry.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.