Gets an ArrayList of document IDs which don't contain notWord.
Declaration Syntax
C# | Visual Basic | Visual 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.