Search Results for

    Show / Hide Table of Contents

    Class Suggestion

    A suggestion that may be used for type-ahead support

    Inheritance
    object
    Suggestion
    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 Suggestion

    Properties

    Count

    The number of documents that match the suggested search pattern

    Declaration
    [JsonPropertyName("count")]
    public int Count { get; set; }
    Property Value
    Type Description
    int

    Length

    The length of the suggested suffix of Value

    Declaration
    [JsonPropertyName("length")]
    public int Length { get; set; }
    Property Value
    Type Description
    int

    Value

    The suggested search pattern. This is a lowercase string, because text content is indexed lowercase.

    Declaration
    [JsonPropertyName("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Version 6.1.0.11rc