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 virtual WordCollection ProcessWordsToFinalIndexedList( WordCollection wordsIncludingDuplicates, bool phraseMatching, ArrayList boostPoints )
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
Public Overridable Function ProcessWordsToFinalIndexedList ( wordsIncludingDuplicates As WordCollection, phraseMatching As Boolean, boostPoints As ArrayList ) As WordCollection
public: virtual WordCollection^ ProcessWordsToFinalIndexedList( WordCollection^ wordsIncludingDuplicates, bool phraseMatching, ArrayList^ boostPoints )
public: virtual WordCollection^ ProcessWordsToFinalIndexedList( WordCollection^ wordsIncludingDuplicates, bool phraseMatching, ArrayList^ boostPoints )
abstract ProcessWordsToFinalIndexedList : wordsIncludingDuplicates : WordCollection * phraseMatching : bool * boostPoints : ArrayList -> WordCollection override ProcessWordsToFinalIndexedList : wordsIncludingDuplicates : WordCollection * phraseMatching : bool * boostPoints : ArrayList -> WordCollection
abstract ProcessWordsToFinalIndexedList : wordsIncludingDuplicates : WordCollection * phraseMatching : bool * boostPoints : ArrayList -> WordCollection override ProcessWordsToFinalIndexedList : wordsIncludingDuplicates : WordCollection * phraseMatching : bool * boostPoints : ArrayList -> 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: 2015.6.15.120