Add multiple documents to search results.
int addItems(const char * indexRetrievedFrom, long count, long * docIds);
|
Parameters |
Description |
|
const char * indexRetrievedFrom |
The path to the index containing the documents. |
|
long count |
Number of document ids to add. |
|
long * docIds |
Document ids to add. |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|