Keyoti Search for ASP.NET API Docs
GetNextWord Method (rawBody)
API DocumentationKeyoti.SearchEngine.DocumentsParserGetNextWord(String)
Keyoti Search for ASP.NET 2010
Returns the next 'word' in rawBody, is iterative, so subsequent calls move to consecutive words.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual string GetNextWord(
	string rawBody
)
Protected Overridable Function GetNextWord ( _
	rawBody As String _
) As String
protected:
virtual String^ GetNextWord(
	String^ rawBody
)
Parameters
rawBody (String)
The text to pull words from.
Remarks
Also returns whitespace between words and null when the end of the text is reached.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609