You are here: C++ API > Classes > dtsSearchResults Class > dtsSearchResults::readDocInfo Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsSearchResults::readDocInfo Method
Syntax
C++
void readDocInfo();

Read all document information records for items in this search results list.

If the dtsSearchDelayDocInfo flag was used in a search, then the search results list will initially contain just the document ids, hit offsets, and score for each retrieved document. Document information records are not retrieved for a document until needed, either for a sort or to return data requested by getDocInfo. Use readDocInfo to force all document records to be read for items in this search results list.