Gets an ArrayList of document IDs which don't contain notWord.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public virtual IntList GetDocumentsNotContainingTheWord( LexiconMatch match, IntHashtable cumulativeWeights, SearchOptions searchOptions )
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 Overridable Function GetDocumentsNotContainingTheWord ( match As LexiconMatch, cumulativeWeights As IntHashtable, searchOptions As SearchOptions ) As IntList
public: virtual IntList^ GetDocumentsNotContainingTheWord( LexiconMatch^ match, IntHashtable^ cumulativeWeights, SearchOptions^ searchOptions )
public: virtual IntList^ GetDocumentsNotContainingTheWord( LexiconMatch^ match, IntHashtable^ cumulativeWeights, SearchOptions^ searchOptions )
abstract GetDocumentsNotContainingTheWord : match : LexiconMatch * cumulativeWeights : IntHashtable * searchOptions : SearchOptions -> IntList override GetDocumentsNotContainingTheWord : match : LexiconMatch * cumulativeWeights : IntHashtable * searchOptions : SearchOptions -> IntList
abstract GetDocumentsNotContainingTheWord : match : LexiconMatch * cumulativeWeights : IntHashtable * searchOptions : SearchOptions -> IntList override GetDocumentsNotContainingTheWord : match : LexiconMatch * cumulativeWeights : IntHashtable * searchOptions : SearchOptions -> 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.
List of document IDs that don't contain the word.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120