Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
DListIndexJob Class
Data Members | Classes | Legend | Members | Methods | Send Feedback

List the contents of an index (words, files, or field names)

Class Hierarchy
class DListIndexJob : public DJobBase;
File

dtsfc.h

Data Members
DListIndexJob Class
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. 
Group
Methods
Method 
Description 
Requests termination of the job in progress. 
Requests immediate termination of the job in progress. 
Called to execute a job. 
Returns non-zero if the job failed 
Format all errors that occurred during execution as a single string, with line breaks separating the errors 
Returns the number of errors recorded during execution 
Returns a dtsErrorInfo with any errors that occurred during execution 
Returns true if the job has been cancelled 
Returns true if the job has started and is not yet done. 
Called while a job is executing every time the dtSearch Engine checks to see if the job has been cancelled. 
Called while a job is executing if an error is encountered, with the error code and message. 
Not used 
SetTimeout() causes a job to cancel automatically after the specified number of seconds 
Do not pump waiting windows messages during callbacks 
DListIndexJob Class
Method 
Description 
Generate the list 
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 
Legend
 
Method 
 
virtual 
 
abstract 
 
Data Member 
Links
You are here: C++ Support Classes > dtSearch Namespace > Classes > DListIndexJob Class
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.