Keyoti SearchUnit API Docs
GetNextWord Method (rawBody)
API DocumentationKeyoti.SearchEngine.DocumentsHtmlDocumentParserGetNextWord(String)
Keyoti SearchUnit v6
Returns the next 'word' in rawBody, is iterative, so subsequent calls move to consecutive words.
Declaration Syntax
C#Visual Basic
protected override string GetNextWord(
	string rawBody
)
Protected Overrides Function GetNextWord ( 
	rawBody As String
) As String
Parameters
rawBody (String)
The text to pull words from.
Return Value
String
String, the next word.
Remarks
Also returns whitespace between words and null when the end of the text is reached.

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