Gets all document IDs matching this element.
            
| C# | Visual Basic | 
public override IntList GetMatchingDocumentIDs( SearcherIO dataAccess, IntHashtable cumulativeWeights, SearchOptions searchOptions, Hashtable objDocOc )
Public Overrides Function GetMatchingDocumentIDs ( dataAccess As SearcherIO, cumulativeWeights As IntHashtable, searchOptions As SearchOptions, objDocOc As Hashtable ) As IntList
- dataAccess (SearcherIO)
 - The data-access layer with the index.
 
- cumulativeWeights (IntHashtable)
 - Hashtable passed to this method containing table of weights for occurrences (key=docID, value=word's weight in that doc).
 
- searchOptions (SearchOptions)
 - Search options.
 
- objDocOc (Hashtable)
 - Table of documents and their occurrence maps, this method adds the OccurrenceMap for this element to the table. key = this element, value = OccurrenceMap
 
IntList
ArrayList of int document IDs
ArrayList of int document IDs
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610