Processes the list of all words found in the document and returns a list that should be index.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual WordCollection ProcessWordsToFinalIndexedList( WordCollection wordsIncludingDuplicates, bool phraseMatching )
Public Overridable Function ProcessWordsToFinalIndexedList ( _ wordsIncludingDuplicates As WordCollection, _ phraseMatching As Boolean _ ) As WordCollection
public: virtual WordCollection^ ProcessWordsToFinalIndexedList( WordCollection^ wordsIncludingDuplicates, bool phraseMatching )
Parameters
- wordsIncludingDuplicates (WordCollection)
- The list of words in the document
- phraseMatching (Boolean)
- Whether we're indexing for phrase matching
Return Value
List of Word objects for indexing