Close
dtSearch Text Retrieval Engine Programmer's Reference
ISearchResults::DocDetails Property
Syntax
IDL
__property BSTR * DocDetails;

A string containing field information associated with a document.

The string will contain a sequence of name = value pairs, delimited with carriage-return/newlines (chr$(13) + chr$(10)). 

All built-in fields are prefixed with an underscore. Additionally, any fields in the userFields set will also be included. 

 

Field
Description
_filename
Path and filename of the document.
_shortName
Name of the document, without the path
_location
Folder where the document is located
_displayName
If non-blank, an alternative name to display for the document (for example, the title of an HTML document).
_title
The first 80 characters of the document.
_score
In a natural language search, the weighted score for the document.
_hitcount
Number of hits found for this document.
_size
Size of the document when indexed, in bytes.
_wordcount
Number of words in the document when indexed.
_date
Modification date of the document when indexed, in local date format.
_genericDate
Modification date of the document when indexed, in generic date format (M03/D25/Y1997)
_createdDate
Created date of the document when indexed, in local date format
_genericCreatedDate
Created date of the document when indexed, in generic date format (M03/D25/Y1997)
_time
Modification time of the document in HH:MM:SS format.
_iindex
The index that the document was retrieved from (an index into the list in the IndexesToSearch list in the DSearchJob).
_docid
Document id of this document in the index
_typeId
dtsInputType specifying the file format of the document
_typeName
File format of the document, as a string
_indexPath
Path of the index that the document was retrieved from
_hitDetails
_hitsByWord
_synopsis
Snippet of text showing hits in context (see ReportFlags flag dtsReportStoreInResults)