Table of Contents

Class SearchResult

Namespace
Textkernel.Tx.Models.API.MatchV2.Response
Assembly
Textkernel.Tx.SDK.dll
public class SearchResult
Inheritance
SearchResult
Inherited Members

Properties

EsTimeMs

public long EsTimeMs { get; set; }

Property Value

long

EsTimeMsSpecified

public bool EsTimeMsSpecified { get; set; }

Property Value

bool

FacetCounts

public Facet[] FacetCounts { get; set; }

Property Value

Facet[]

HasMoreResults

public bool HasMoreResults { get; set; }

Property Value

bool

IsOrCombined

public bool IsOrCombined { get; set; }

Property Value

bool

MatchSize

public long MatchSize { get; set; }

Property Value

long

NewQueryParts

public QueryPart[] NewQueryParts { get; set; }

Property Value

QueryPart[]

QueryContext

public QueryContext QueryContext { get; set; }

Property Value

QueryContext

QueryParts

public QueryPart[] QueryParts { get; set; }

Property Value

QueryPart[]

ResultItems

public ResultItem[] ResultItems { get; set; }

Property Value

ResultItem[]

SearchAfter

public string[] SearchAfter { get; set; }

Property Value

string[]

SearchEngine

public string SearchEngine { get; set; }

Property Value

string

Synonyms

public SearchResultEntry[] Synonyms { get; set; }

Property Value

SearchResultEntry[]

TransformedQuery

public string TransformedQuery { get; set; }

Property Value

string

Warning

public string[] Warning { get; set; }

Property Value

string[]