Gets an OccurrenceMap for a word.
Declaration Syntax
C# | Visual Basic |
public virtual OccurrenceMapIWordPositions GetMatchingDocumentsForWord( LexiconMatch word, IntHashtable cumulativeWeights, SearchOptions searchOptions, bool loadOccurrenceData )
Public Overridable Function GetMatchingDocumentsForWord ( word As LexiconMatch, cumulativeWeights As IntHashtable, searchOptions As SearchOptions, loadOccurrenceData As Boolean ) As OccurrenceMapIWordPositions
Parameters
- word (LexiconMatch)
- Word to find occurrences of.
- cumulativeWeights (IntHashtable)
- Table of weights for occurrences (key=docID, value=word's weight in that doc).
- searchOptions (SearchOptions)
- Search options.
- loadOccurrenceData (Boolean)
- Whether to load occurrence data into the match
Return Value
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610