Search Results for

    Show / Hide Table of Contents

    Class MatchStringsRequest

    Match strings request

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

    Properties

    Query

    The Lucene query expression

    Declaration
    [JsonPropertyName("query")]
    public string Query { get; set; }
    Property Value
    Type Description
    string

    Strings

    The list of strings to match

    Declaration
    [JsonPropertyName("strings")]
    public IList<string> Strings { get; set; }
    Property Value
    Type Description
    IList<string>

    UseOrOperator

    Use the OR operator instead of AND if the query expression contains multiple terms.

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