Keyoti SearchUnit API Docs
HitWords Property
API DocumentationKeyoti.SearchEngine.UtilsKeywordHitsHitWords
Keyoti SearchUnit v6
The words that were in the document and matched a search keyword (eg. if the document contains 'dog' and the search was for 'dogs', then this property will hold 'dog').
Declaration Syntax
C#Visual Basic
public List<string> HitWords { get; set; }
Public Property HitWords As List(Of String)
	Get
	Set
Property Value
List<(Of <(<'String>)>)>

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610