Table of Contents

Class MatchRequest

Namespace
Textkernel.Tx.Models.API.MatchV2.Request
Assembly
Textkernel.Tx.SDK.dll

Request body for a Match request

public class MatchRequest
Inheritance
MatchRequest
Inherited Members

Properties

Options

The options for the Match request

public Options Options { get; set; }

Property Value

Options

Query

The query object that will be combined with the match query to drive the search.

public SearchQuery Query { get; set; }

Property Value

SearchQuery

SearchAndMatchEnvironment

The target environment

public MatchV2Environment SearchAndMatchEnvironment { get; set; }

Property Value

MatchV2Environment

SourceDocument

The document to generate the search query from.

public DocumentSource SourceDocument { get; set; }

Property Value

DocumentSource