Group
Show / Hide Table of Contents

Class SearchMatchRequestBase

Base class for match/search requests

Inheritance
System.Object
SearchMatchRequestBase
MatchRequest
SearchRequest
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.Matching.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public abstract class SearchMatchRequestBase

Properties

| Improve this Doc View Source

FilterCriteria

Required criteria for the result set.

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

IndexIdsToSearchInto

The ids of the indexes in which you want to find results (case-insensitive).

Declaration
public List<string> IndexIdsToSearchInto { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

Settings

The settings to use during searching/matching queries

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