Parses rawBody into descrete Word objects and places them in readDocumentWords.
Declaration Syntax
C# | Visual Basic |
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 )
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: 2022.8.22.610