Keyoti SearchUnit API Docs
GetDocumentsNotContainingTheWord Method (match, cumulativeWeights, searchOptions)
API DocumentationKeyoti.SearchEngine.SearchSearcherIOGetDocumentsNotContainingTheWord(LexiconMatch, IntHashtable, SearchOptions)
Keyoti SearchUnit v6
Gets an ArrayList of document IDs which don't contain notWord.
Declaration Syntax
C#Visual Basic
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
Parameters
match (LexiconMatch)
The word that mustn't appear in the documents.
cumulativeWeights (IntHashtable)
Hashtable holding word weights.
searchOptions (SearchOptions)
Search options.
Return Value
IntList
List of document IDs that don't contain the word.

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