You are here: C++ API > Classes > dtsSearchResults Class > dtsSearchResults::addItems Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsSearchResults::addItems Method
Syntax
C++
int addItems(const char * indexRetrievedFrom, int count, const long * docIds);
Parameters
Description
const char * indexRetrievedFrom
The path to the index containing the documents.
int count
Number of document ids to add.
const long * docIds
Document ids to add.

Add multiple documents to search results.