Group
Show / Hide Table of Contents

Class MatchRequest

Request body for a Match request

Inheritance
System.Object
SearchMatchRequestBase
MatchRequest
MatchJobRequest
MatchResumeRequest
MatchByDocumentIdOptions
Inherited Members
SearchMatchRequestBase.IndexIdsToSearchInto
SearchMatchRequestBase.Settings
SearchMatchRequestBase.FilterCriteria
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.Matching.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public abstract class MatchRequest : SearchMatchRequestBase

Properties

| Improve this Doc View Source

PreferredCategoryWeights

The weights you want to use for scoring. It is important to specify these, otherwise default values will be used.

These weights will be used except in the case that you provided a non-zero weight for a category that is irrelevant in the source document. For example, this can happen when the source document contains no languages.
See also: AppliedCategoryWeights

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

Take

The number of results to return.

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