.NET Client Documentation
5.6.0
Search Results for

    Show / Hide Table of Contents

    VectorSearchOptions Constructor

    VectorSearchOptions(bool, bool, int, IDictionary<string, string>)

    Initializes a new instance of the VectorSearchOptions class with the specified options.

    Declaration
    public VectorSearchOptions(bool includeValue = false, bool includeVectors = false, int limit = 0, IDictionary<string, string> hints = null)
    Parameters
    bool includeValue

    Whether to include values in the search results.

    bool includeVectors

    Whether to include vectors in the search results.

    int limit

    The maximum number of results to return.

    IDictionary<string, string> hints

    Additional hints for the search.

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