Gets an OccurrenceMap for a word.
Declaration Syntax
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 )
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
All occurrences of word (or words in variations) that match.