Keyoti SearchUnit API Docs
GetNextWord Method (rawBody)
API DocumentationKeyoti.SearchEngine.DocumentsParserGetNextWord(String)
Keyoti SearchUnit v6
Returns the next 'word' in rawBody, is iterative, so subsequent calls move to consecutive words.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
protected virtual string GetNextWord(
	string rawBody
)
protected virtual string GetNextWord(
	string rawBody
)
Protected Overridable Function GetNextWord ( 
	rawBody As String
) As String
Protected Overridable Function GetNextWord ( 
	rawBody As String
) As String
protected:
virtual String^ GetNextWord(
	String^ rawBody
)
protected:
virtual String^ GetNextWord(
	String^ rawBody
)
abstract GetNextWord : 
        rawBody : string -> string 
override GetNextWord : 
        rawBody : string -> string 
abstract GetNextWord : 
        rawBody : string -> string 
override GetNextWord : 
        rawBody : string -> string 
Parameters
rawBody (String)
The text to pull words from.
Return Value
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: 2015.6.15.120