Keyoti SearchUnit API Docs
ProcessWordsToFinalIndexedList Method (wordsIncludingDuplicates, phraseMatching)
API DocumentationKeyoti.SearchEngine.DocumentsParserProcessWordsToFinalIndexedList(WordCollection, Boolean)
Keyoti SearchUnit v6
Processes the list of all words found in the document and returns a list that should be index.
Declaration Syntax
C#Visual Basic
public WordCollection ProcessWordsToFinalIndexedList(
	WordCollection wordsIncludingDuplicates,
	bool phraseMatching
)
Public Function ProcessWordsToFinalIndexedList ( 
	wordsIncludingDuplicates As WordCollection,
	phraseMatching As Boolean
) As WordCollection
Parameters
wordsIncludingDuplicates (WordCollection)
The list of words in the document
phraseMatching (Boolean)
Whether we're indexing for phrase matching
Return Value
WordCollection
List of Word objects for indexing

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