Gets an OccurrenceMap for a word.

C# | Visual Basic | Visual C++ |
[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
[ObsoleteAttribute(L"Use GetMatchingDocumentsForWord", true)] public: virtual OccurrenceMapIWordPositions^ GetMatchingDocumentsAndOccurrencesWord( LexiconMatch^ word, Hashtable^ cumulativeWeights, SearchOptions^ searchOptions )

- 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.

All occurrences of word (or words in variations) that match.