Keyoti SearchUnit API Docs
GetMatchingDocumentsAndOccurrencesWord Method (word, cumulativeWeights, searchOptions)
API DocumentationKeyoti.SearchEngine.DataAccessXmlDataAccessGetMatchingDocumentsAndOccurrencesWord(LexiconMatch, Hashtable, SearchOptions)
Keyoti SearchUnit v6
Gets an OccurrenceMap for a word.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[ObsoleteAttribute("Use GetMatchingDocumentsForWord", true)]
public virtual OccurrenceMapIWordPositions GetMatchingDocumentsAndOccurrencesWord(
	LexiconMatch word,
	Hashtable cumulativeWeights,
	SearchOptions searchOptions
)
[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("Use GetMatchingDocumentsForWord", true)> 
Public Overridable Function GetMatchingDocumentsAndOccurrencesWord ( 
	word As LexiconMatch,
	cumulativeWeights As Hashtable,
	searchOptions As SearchOptions
) As OccurrenceMapIWordPositions
public:
[ObsoleteAttribute(L"Use GetMatchingDocumentsForWord", true)]
virtual OccurrenceMapIWordPositions^ GetMatchingDocumentsAndOccurrencesWord(
	LexiconMatch^ word, 
	Hashtable^ cumulativeWeights, 
	SearchOptions^ searchOptions
)
public:
[ObsoleteAttribute(L"Use GetMatchingDocumentsForWord", true)]
virtual OccurrenceMapIWordPositions^ GetMatchingDocumentsAndOccurrencesWord(
	LexiconMatch^ word, 
	Hashtable^ cumulativeWeights, 
	SearchOptions^ searchOptions
)
[<ObsoleteAttribute("Use GetMatchingDocumentsForWord", true)>]
abstract GetMatchingDocumentsAndOccurrencesWord : 
        word : LexiconMatch * 
        cumulativeWeights : Hashtable * 
        searchOptions : SearchOptions -> OccurrenceMapIWordPositions 
[<ObsoleteAttribute("Use GetMatchingDocumentsForWord", true)>]
override GetMatchingDocumentsAndOccurrencesWord : 
        word : LexiconMatch * 
        cumulativeWeights : Hashtable * 
        searchOptions : SearchOptions -> OccurrenceMapIWordPositions 
[<ObsoleteAttribute("Use GetMatchingDocumentsForWord", true)>]
abstract GetMatchingDocumentsAndOccurrencesWord : 
        word : LexiconMatch * 
        cumulativeWeights : Hashtable * 
        searchOptions : SearchOptions -> OccurrenceMapIWordPositions 
[<ObsoleteAttribute("Use GetMatchingDocumentsForWord", true)>]
override GetMatchingDocumentsAndOccurrencesWord : 
        word : LexiconMatch * 
        cumulativeWeights : Hashtable * 
        searchOptions : SearchOptions -> 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
OccurrenceMapIWordPositions
All occurrences of word (or words in variations) that match.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120