Keyoti Search for ASP.NET API Docs
ProcessWordsToFinalIndexedList Method (wordsIncludingDuplicates, phraseMatching)
API DocumentationKeyoti.SearchEngine.DocumentsParserProcessWordsToFinalIndexedList(WordCollection, Boolean)
Keyoti Search for ASP.NET 2010
Processes the list of all words found in the document and returns a list that should be index.
Declaration Syntax
C#Visual BasicVisual 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

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609