File
File: dtsfc.h
Namespace: dtSearch
Syntax
Data Members
Data Member |
Description |
---|---|
Index to list | |
Name of file to create | |
Destination for list, if SetOutputToString() was called. | |
ToMatch is an optional search expression specifying the text to match against items being listed. For example, to list all field names starting with "A", you would set SetListFlags(dtsListIndexFields), and set ToMatch to "A*". |
Group
Members
Methods
Show:
No members matching the current filter
Method |
Description |
---|---|
Requests termination of the job in progress. For indexing jobs, the job will be halted after information in documents already indexed is saved in the index. (Inherited from DJobBase) | |
Requests immediate termination of the job in progress. Indexing jobs will be halted without saving anything in the index. (Inherited from DJobBase) | |
Requests immediate termination of the job in progress. Indexing jobs will be halted without saving anything in the index. The reason parameter is purely for diagnostic purposes. (Inherited from DJobBase) | |
Requests termination of the job in progress. For indexing jobs, the job will be halted after information in documents already indexed is saved in the index. The reason parameter is purely for diagnostic purposes. (Inherited from DJobBase) | |
Called to execute a job. (Inherited from DJobBase) | |
Generate the list | |
Returns non-zero if the job failed (Inherited from DJobBase) | |
Format all errors that occurred during execution as a single string, with line breaks separating the errors (Inherited from DJobBase) | |
Returns the number of errors recorded during execution (Inherited from DJobBase) | |
Returns a dtsErrorInfo with any errors that occurred during execution (Inherited from DJobBase) | |
Returns true if the job has been cancelled (Inherited from DJobBase) | |
Returns true if the job has started and is not yet done. (Inherited from DJobBase) | |
Called while a job is executing every time the dtSearch Engine checks to see if the job has been cancelled. (Inherited from DJobBase) | |
Called while a job is executing if an error is encountered, with the error code and message. (Inherited from DJobBase) | |
Not used (Inherited from DJobBase) | |
ListIndexFlags specifying the type of list to generate | |
Maximum size of the output string to generate | |
Direct output to OutputString | |
SearchFlags specifying search features to be used in matching the toMatch expression, such as fuzziness, stemming, etc | |
SetTimeout() causes a job to cancel automatically after the specified number of seconds (Inherited from DJobBase) | |
Do not pump waiting windows messages during callbacks (Inherited from DJobBase) | |
Optional reason for job cancellation, purely for diagnostic purposes Checks to make sure the reason is not already present, and also guards against excessive string size in case of repetitive cancellations. (Inherited from DJobBase) | |
Write an error message to the error handler object attached to this job (Inherited from DJobBase) |
Data Members
Data Member |
Description |
---|---|
Index to list | |
Name of file to create | |
Destination for list, if SetOutputToString() was called. | |
ToMatch is an optional search expression specifying the text to match against items being listed. For example, to list all field names starting with "A", you would set SetListFlags(dtsListIndexFields), and set ToMatch to "A*". |
Methods
Show:
No members matching the current filter
Method |
Description |
---|---|
Requests termination of the job in progress. For indexing jobs, the job will be halted after information in documents already indexed is saved in the index. (Inherited from DJobBase) | |
Requests immediate termination of the job in progress. Indexing jobs will be halted without saving anything in the index. (Inherited from DJobBase) | |
Requests immediate termination of the job in progress. Indexing jobs will be halted without saving anything in the index. The reason parameter is purely for diagnostic purposes. (Inherited from DJobBase) | |
Requests termination of the job in progress. For indexing jobs, the job will be halted after information in documents already indexed is saved in the index. The reason parameter is purely for diagnostic purposes. (Inherited from DJobBase) | |
Called to execute a job. (Inherited from DJobBase) | |
Generate the list | |
Returns non-zero if the job failed (Inherited from DJobBase) | |
Format all errors that occurred during execution as a single string, with line breaks separating the errors (Inherited from DJobBase) | |
Returns the number of errors recorded during execution (Inherited from DJobBase) | |
Returns a dtsErrorInfo with any errors that occurred during execution (Inherited from DJobBase) | |
Returns true if the job has been cancelled (Inherited from DJobBase) | |
Returns true if the job has started and is not yet done. (Inherited from DJobBase) | |
Called while a job is executing every time the dtSearch Engine checks to see if the job has been cancelled. (Inherited from DJobBase) | |
Called while a job is executing if an error is encountered, with the error code and message. (Inherited from DJobBase) | |
Not used (Inherited from DJobBase) | |
ListIndexFlags specifying the type of list to generate | |
Maximum size of the output string to generate | |
Direct output to OutputString | |
SearchFlags specifying search features to be used in matching the toMatch expression, such as fuzziness, stemming, etc | |
SetTimeout() causes a job to cancel automatically after the specified number of seconds (Inherited from DJobBase) | |
Do not pump waiting windows messages during callbacks (Inherited from DJobBase) | |
Optional reason for job cancellation, purely for diagnostic purposes Checks to make sure the reason is not already present, and also guards against excessive string size in case of repetitive cancellations. (Inherited from DJobBase) | |
Write an error message to the error handler object attached to this job (Inherited from DJobBase) |
Description
List the contents of an index (words, files, or field names)
Class Hierarchy
dtSearch::DJobBase
|
dtSearch::DListIndexJob