Group
Show / Hide Table of Contents

Class SearchResult

A single result from a search query

Inheritance
System.Object
SearchResult
MatchResult
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.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class SearchResult

Properties

| Improve this Doc View Source

Id

The document id of the search/match result

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IndexId

The id of the index containing the document

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