Keyoti SearchUnit API Docs
ParseWords Method (rawBody, allIgnoreRegions, readDocumentWords, description, wordsInUri)
API DocumentationKeyoti.SearchEngine.DocumentsParserParseWords(String, ArrayList, WordCollection, StringBuilder, ArrayList)
Keyoti SearchUnit v6
Parses rawBody into descrete Word objects and places them in readDocumentWords.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void ParseWords(
	string rawBody,
	ArrayList allIgnoreRegions,
	WordCollection readDocumentWords,
	StringBuilder description,
	ArrayList wordsInUri
)
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 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
)
public:
virtual void ParseWords(
	String^ rawBody, 
	ArrayList^ allIgnoreRegions, 
	WordCollection^ readDocumentWords, 
	StringBuilder^ description, 
	ArrayList^ wordsInUri
)
abstract ParseWords : 
        rawBody : string * 
        allIgnoreRegions : ArrayList * 
        readDocumentWords : WordCollection * 
        description : StringBuilder * 
        wordsInUri : ArrayList -> unit 
override ParseWords : 
        rawBody : string * 
        allIgnoreRegions : ArrayList * 
        readDocumentWords : WordCollection * 
        description : StringBuilder * 
        wordsInUri : ArrayList -> unit 
abstract ParseWords : 
        rawBody : string * 
        allIgnoreRegions : ArrayList * 
        readDocumentWords : WordCollection * 
        description : StringBuilder * 
        wordsInUri : ArrayList -> unit 
override ParseWords : 
        rawBody : string * 
        allIgnoreRegions : ArrayList * 
        readDocumentWords : WordCollection * 
        description : StringBuilder * 
        wordsInUri : ArrayList -> unit 
Parameters
rawBody (String)
The text to parse
allIgnoreRegions (ArrayList)
List of int[2] instances containing start and end of ignore regions (if no ignore regions, just pass empty ArrayList)
readDocumentWords (WordCollection)
List that this method will add Word objects to
description (StringBuilder)
StringBuilder that this method will append the start of the document to (if not required just pass blank instance of StringBuilder).
wordsInUri (ArrayList)
List of words from the Uri text (this affects weighting, if not available just pass empty ArrayList).

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