Class MatchRequest
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
Query
The query object that will be combined with the match query to drive the search.
public SearchQuery Query { get; set; }
Property Value
SearchAndMatchEnvironment
The target environment
public MatchV2Environment SearchAndMatchEnvironment { get; set; }
Property Value
SourceDocument
The document to generate the search query from.
public DocumentSource SourceDocument { get; set; }