Group
Show / Hide Table of Contents

Class SearchQuery

A search query

Inheritance
System.Object
SearchQuery
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.MatchV2.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class SearchQuery

Properties

| Improve this Doc View Source

QueryParts

List of QueryPart coming from parsing a previous query. See QueryParts

Declaration
public IEnumerable<QueryPart> QueryParts { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<QueryPart>
| Improve this Doc View Source

QueryString

User typed keyword query (see query language description). It may be joined with the QueryParts if it is a single OR-combination part that can be joined.

Declaration
public string QueryString { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾