Group
Show / Hide Table of Contents

Class SearchResult

Inheritance
System.Object
SearchResult
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.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class SearchResult

Properties

| Improve this Doc View Source

EsTimeMs

Declaration
public long EsTimeMs { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

EsTimeMsSpecified

Declaration
public bool EsTimeMsSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

FacetCounts

Declaration
public Facet[] FacetCounts { get; set; }
Property Value
Type Description
Facet[]
| Improve this Doc View Source

HasMoreResults

Declaration
public bool HasMoreResults { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOrCombined

Declaration
public bool IsOrCombined { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MatchSize

Declaration
public long MatchSize { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

NewQueryParts

Declaration
public QueryPart[] NewQueryParts { get; set; }
Property Value
Type Description
QueryPart[]
| Improve this Doc View Source

QueryContext

Declaration
public QueryContext QueryContext { get; set; }
Property Value
Type Description
QueryContext
| Improve this Doc View Source

QueryParts

Declaration
public QueryPart[] QueryParts { get; set; }
Property Value
Type Description
QueryPart[]
| Improve this Doc View Source

ResultItems

Declaration
public ResultItem[] ResultItems { get; set; }
Property Value
Type Description
ResultItem[]
| Improve this Doc View Source

SearchAfter

Declaration
public string[] SearchAfter { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

SearchEngine

Declaration
public string SearchEngine { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Synonyms

Declaration
public SearchResultEntry[] Synonyms { get; set; }
Property Value
Type Description
SearchResultEntry[]
| Improve this Doc View Source

TransformedQuery

Declaration
public string TransformedQuery { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Warning

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