Class MatchStringsRequest
Match strings request
Inherited Members
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 |