Keyoti Search for ASP.NET API Docs
GetMatchingDocumentsAndOccurrencesWord Method (word, cumulativeWeights, searchOptions)
API DocumentationKeyoti.SearchEngine.DataAccessXmlDataAccessGetMatchingDocumentsAndOccurrencesWord(LexiconMatch, Hashtable, SearchOptions)
Keyoti Search for ASP.NET 2010
Gets an OccurrenceMap for a word.
Declaration Syntax
C#Visual BasicVisual 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.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609