Table of Contents

Class SearchMatchRequestBase

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

Base class for match/search requests

public abstract class SearchMatchRequestBase
Inheritance
SearchMatchRequestBase
Derived
Inherited Members

Properties

FilterCriteria

Required criteria for the result set.

public FilterCriteria FilterCriteria { get; set; }

Property Value

FilterCriteria

IndexIdsToSearchInto

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

public List<string> IndexIdsToSearchInto { get; set; }

Property Value

List<string>

Settings

The settings to use during searching/matching queries

public SearchMatchSettings Settings { get; set; }

Property Value

SearchMatchSettings