You are here:
C++ API
Overviews
C++ API
C++ Support Classes
COM Interface
>
Structs, Records, Enums
Using the dtSearch Engine with C++
Using the dtSearch Engine with C++ (Linux)
Enumerations
Language Analyzer API
External Thesaurus API
File Parser API
Classes
Functions
Structs, Records, Enums
Types
Variables
Close
dtSearch Text Retrieval Engine Programmer's Reference
Contents
|
Index
|
Home
Previous
|
Up
|
Next
Structs, Records, Enums
The following table lists structs, records, enums in this documentation.
Enumerations
Enumeration
Description
FileTypeFlags
Values used in the Flags field for a file parser in filetype.xml. In filetype.xml, the numerical value must be used, not the constant name.
Group
C++ API
Structures
Structure
Description
dtsContainerItemInfo
Stores information about a document that is contained in a container.
dtsConvertPathRequest
Used by
dtssConvertPath2
to convert among virtual, local, and UNC paths
dtsCrashHandlerInfo
Used to install a crash handler so a stack trace can be recorded in the event of an unhandled exception
dtsFileInfo
Used to package basic information about a file that a file parser must provide.
dtsDataSourceFileInfo
To be returned from dtsDataSource.getNextDocInfo or dtsDataSource.getFileInfoByName from a data source
dtsIndexInfoFlags
Indicates whether the index is case-sensitive, accent-sensitive, or uses relative paths
dtsIndexJobAction
Specifies whether to create, add documents to, compress, or remove items from an index in a
dtsIndexJob
.
dtsIndexInfo
Holds information about an index supplied by
dtssGetIndexInfo
.
dtsIndexJobCreateFlags
In a
dtsIndexJob
, specifies whether the index to create should be case-sensitive, accent-sensitive, or use relative paths
dtsIndexProgressInfo
Reported through the status notification callback in a
dtsIndexJob
dtsSearchJobAction
Describes action to perform in a
dtsSearchJob
dtsSearchProgressInfo
Reported through the status notification callback in a
dtsSearchJob
, and the OnProgressUpdate virtual function callback in DSearchJob
dtsVersionInfo
Information returned by
dtssVersionEx
, which returns the dtSearch Engine version
dtsJobBase
...
more
dtsIndexFileInfo
Contains information about a file being indexed.
dtsIndexVerifyJob
dtsIndexVerifyJob is passed to
dtssVerifyIndex
, and is used to verify that an index is in good condition.
dtsListIndexJob
List words, fields, or filenames in an index to a file or to a memory buffer
dtsMakeViewerParams
Information passed to the makeViewer2 callback function in
dtsViewerInfo
dtsMergeStatusInfo
Status of a merge job in progress
dtsMessage
Structure passed to dtsJobBase.pReportCallBack to implement status notification callbacks.
dtsOnIndexWordInfo
Used to modify words, or create additional words, as text is indexed.
dtsRecognitionSignature
Provides information about how to recognize a particular file type.
dtsSearchFileInfo
Information about a file being searched in an unindexed search.
dtsTextBlock
Buffer to receive text extracted by a file parser.
dtsVerifyStatusInfo
Status of an index verify job.