Processes the list of all words found in the document and returns a list that should be index.
Declaration Syntax
C# | Visual Basic |
public virtual WordCollection ProcessWordsToFinalIndexedList( WordCollection wordsIncludingDuplicates, bool phraseMatching, ArrayList boostPoints )
Public Overridable Function ProcessWordsToFinalIndexedList ( wordsIncludingDuplicates As WordCollection, phraseMatching As Boolean, boostPoints As ArrayList ) As WordCollection
Parameters
- wordsIncludingDuplicates (WordCollection)
- The list of words in the document
- phraseMatching (Boolean)
- Whether we're indexing for phrase matching
- boostPoints (ArrayList)
- List of BoostPoint objects indicated where weighting is changed by document tags.
Return Value
WordCollection
List of Word objects for indexing
List of Word objects for indexing
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610