Keyoti Search for ASP.NET API Docs
GetDocumentsNotContainingTheWord Method (match, cumulativeWeights, searchOptions)
API DocumentationKeyoti.SearchEngine.SearchSearcherIOGetDocumentsNotContainingTheWord(LexiconMatch, IntHashtable, SearchOptions)
Keyoti Search for ASP.NET 2010
Gets an ArrayList of document IDs which don't contain notWord.
Declaration Syntax
C#Visual BasicVisual C++
public virtual IntList GetDocumentsNotContainingTheWord(
	LexiconMatch match,
	IntHashtable cumulativeWeights,
	SearchOptions searchOptions
)
Public Overridable Function GetDocumentsNotContainingTheWord ( _
	match As LexiconMatch, _
	cumulativeWeights As IntHashtable, _
	searchOptions As SearchOptions _
) As IntList
public:
virtual IntList^ GetDocumentsNotContainingTheWord(
	LexiconMatch^ match, 
	IntHashtable^ cumulativeWeights, 
	SearchOptions^ searchOptions
)
Parameters
match (LexiconMatch)
The word that mustn't appear in the documents.
cumulativeWeights (IntHashtable)
Hashtable holding word weights.
searchOptions (SearchOptions)
Search options.
Return Value
List of document IDs that don't contain the word.

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