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