Gets all document IDs matching this phrase.
Declaration Syntax
C# | Visual Basic | Visual C++ |
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
public: virtual IntList^ GetMatchingDocumentIDs( SearcherIO^ dataAccess, IntHashtable^ cumulativeWeights, SearchOptions^ searchOptions, Hashtable^ objDocOc ) override
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 of int document IDs