Gets an OccurrenceMap for a word.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public virtual OccurrenceMapIWordPositions GetMatchingDocumentsForWord( LexiconMatch word, IntHashtable cumulativeWeights, SearchOptions searchOptions, bool loadOccurrenceData )
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
Public Overridable Function GetMatchingDocumentsForWord ( word As LexiconMatch, cumulativeWeights As IntHashtable, searchOptions As SearchOptions, loadOccurrenceData As Boolean ) As OccurrenceMapIWordPositions
public: virtual OccurrenceMapIWordPositions^ GetMatchingDocumentsForWord( LexiconMatch^ word, IntHashtable^ cumulativeWeights, SearchOptions^ searchOptions, bool loadOccurrenceData )
public: virtual OccurrenceMapIWordPositions^ GetMatchingDocumentsForWord( LexiconMatch^ word, IntHashtable^ cumulativeWeights, SearchOptions^ searchOptions, bool loadOccurrenceData )
abstract GetMatchingDocumentsForWord : word : LexiconMatch * cumulativeWeights : IntHashtable * searchOptions : SearchOptions * loadOccurrenceData : bool -> OccurrenceMapIWordPositions override GetMatchingDocumentsForWord : word : LexiconMatch * cumulativeWeights : IntHashtable * searchOptions : SearchOptions * loadOccurrenceData : bool -> OccurrenceMapIWordPositions
abstract GetMatchingDocumentsForWord : word : LexiconMatch * cumulativeWeights : IntHashtable * searchOptions : SearchOptions * loadOccurrenceData : bool -> OccurrenceMapIWordPositions override GetMatchingDocumentsForWord : word : LexiconMatch * cumulativeWeights : IntHashtable * searchOptions : SearchOptions * loadOccurrenceData : bool -> 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: 2015.6.15.120