Search Results for

    Show / Hide Table of Contents

    Class MatchStringsResponse

    Match strings response

    Inheritance
    object
    MatchStringsResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Index.Client
    Assembly: Noxum.Nova.Index.Client.dll
    Syntax
    public class MatchStringsResponse

    Properties

    Indexes

    The sorted list of indexes of the provided strings that match the query

    Declaration
    [JsonPropertyName("indexes")]
    public IList<int> Indexes { get; set; }
    Property Value
    Type Description
    IList<int>
    In this article
    Back to top Version 6.1.0.11rc