Keyoti Search for ASP.NET API Docs
ParseWords Method (rawBody, allIgnoreRegions, readDocumentWords, description, wordsInUri)
API DocumentationKeyoti.SearchEngine.DocumentsParserParseWords(String, ArrayList, WordCollection, StringBuilder, ArrayList)
Keyoti Search for ASP.NET 2010
Parses rawBody into descrete Word objects and places them in readDocumentWords.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void ParseWords(
	string rawBody,
	ArrayList allIgnoreRegions,
	WordCollection readDocumentWords,
	StringBuilder description,
	ArrayList wordsInUri
)
Public Overridable Sub ParseWords ( _
	rawBody As String, _
	allIgnoreRegions As ArrayList, _
	readDocumentWords As WordCollection, _
	description As StringBuilder, _
	wordsInUri As ArrayList _
)
public:
virtual void ParseWords(
	String^ rawBody, 
	ArrayList^ allIgnoreRegions, 
	WordCollection^ readDocumentWords, 
	StringBuilder^ description, 
	ArrayList^ wordsInUri
)
Parameters
rawBody (String)
The text to parse
allIgnoreRegions (ArrayList)
List of int[2] instances containing start and end of ignore regions
readDocumentWords (WordCollection)
List that this method will add Word objects to
description (StringBuilder)
StringBuilder this this method will append the start of the document to.
wordsInUri (ArrayList)
List of words from the Uri text.

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