Keyoti SearchUnit API Docs
GetMatchingDocumentsAndOccurrencesForWord Method (word, cumulativeWeights, searchOptions)
API DocumentationKeyoti.SearchEngine.DataAccessXmlDataAccessGetMatchingDocumentsAndOccurrencesForWord(LexiconMatch, Hashtable, SearchOptions)
Keyoti SearchUnit v6
Obsolete
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[ObsoleteAttribute("Use GetMatchingDocumentsForWord", true)]
public OccurrenceMapIWordPositions GetMatchingDocumentsAndOccurrencesForWord(
	LexiconMatch word,
	Hashtable cumulativeWeights,
	SearchOptions searchOptions
)
[ObsoleteAttribute("Use GetMatchingDocumentsForWord", true)]
public OccurrenceMapIWordPositions GetMatchingDocumentsAndOccurrencesForWord(
	LexiconMatch word,
	Hashtable cumulativeWeights,
	SearchOptions searchOptions
)
<ObsoleteAttribute("Use GetMatchingDocumentsForWord", true)> 
Public Function GetMatchingDocumentsAndOccurrencesForWord ( 
	word As LexiconMatch,
	cumulativeWeights As Hashtable,
	searchOptions As SearchOptions
) As OccurrenceMapIWordPositions
<ObsoleteAttribute("Use GetMatchingDocumentsForWord", true)> 
Public Function GetMatchingDocumentsAndOccurrencesForWord ( 
	word As LexiconMatch,
	cumulativeWeights As Hashtable,
	searchOptions As SearchOptions
) As OccurrenceMapIWordPositions
public:
[ObsoleteAttribute(L"Use GetMatchingDocumentsForWord", true)]
OccurrenceMapIWordPositions^ GetMatchingDocumentsAndOccurrencesForWord(
	LexiconMatch^ word, 
	Hashtable^ cumulativeWeights, 
	SearchOptions^ searchOptions
)
public:
[ObsoleteAttribute(L"Use GetMatchingDocumentsForWord", true)]
OccurrenceMapIWordPositions^ GetMatchingDocumentsAndOccurrencesForWord(
	LexiconMatch^ word, 
	Hashtable^ cumulativeWeights, 
	SearchOptions^ searchOptions
)
[<ObsoleteAttribute("Use GetMatchingDocumentsForWord", true)>]
member GetMatchingDocumentsAndOccurrencesForWord : 
        word : LexiconMatch * 
        cumulativeWeights : Hashtable * 
        searchOptions : SearchOptions -> OccurrenceMapIWordPositions 
[<ObsoleteAttribute("Use GetMatchingDocumentsForWord", true)>]
member GetMatchingDocumentsAndOccurrencesForWord : 
        word : LexiconMatch * 
        cumulativeWeights : Hashtable * 
        searchOptions : SearchOptions -> OccurrenceMapIWordPositions 
Parameters
word (LexiconMatch)
cumulativeWeights (Hashtable)
searchOptions (SearchOptions)
Return Value

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