Gets all document IDs matching this phrase.
Declaration Syntax
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
Parameters
- 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
Return Value
IntList
IntList of int document IDs
IntList of int document IDs
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610