Gets an OccurrenceMap for a word.
Declaration Syntax
C# | Visual Basic |
[ObsoleteAttribute("Use GetMatchingDocumentsForWord", true)] public virtual OccurrenceMapIWordPositions GetMatchingDocumentsAndOccurrencesWord( LexiconMatch word, Hashtable cumulativeWeights, SearchOptions searchOptions )
<ObsoleteAttribute("Use GetMatchingDocumentsForWord", true)> Public Overridable Function GetMatchingDocumentsAndOccurrencesWord ( word As LexiconMatch, cumulativeWeights As Hashtable, searchOptions As SearchOptions ) As OccurrenceMapIWordPositions
Parameters
- word (LexiconMatch)
- Word to find occurrences of.
- cumulativeWeights (Hashtable)
- Table of weights for occurrences (key=docID, value=word's weight in that doc).
- searchOptions (SearchOptions)
- Search options.
Return Value
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610