Processes the list of all words found in the document and returns a list that should be index.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public WordCollection ProcessWordsToFinalIndexedList( WordCollection wordsIncludingDuplicates, bool phraseMatching )
public WordCollection ProcessWordsToFinalIndexedList( WordCollection wordsIncludingDuplicates, bool phraseMatching )
Public Function ProcessWordsToFinalIndexedList ( wordsIncludingDuplicates As WordCollection, phraseMatching As Boolean ) As WordCollection
Public Function ProcessWordsToFinalIndexedList ( wordsIncludingDuplicates As WordCollection, phraseMatching As Boolean ) As WordCollection
public: WordCollection^ ProcessWordsToFinalIndexedList( WordCollection^ wordsIncludingDuplicates, bool phraseMatching )
public: WordCollection^ ProcessWordsToFinalIndexedList( WordCollection^ wordsIncludingDuplicates, bool phraseMatching )
member ProcessWordsToFinalIndexedList : wordsIncludingDuplicates : WordCollection * phraseMatching : bool -> WordCollection
member ProcessWordsToFinalIndexedList : wordsIncludingDuplicates : WordCollection * phraseMatching : bool -> 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
List of Word objects for indexing
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120