Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtsIndexJobAction Structure
Structs, Records, Enums | Send Feedback

Specifies whether to create, add documents to, compress, or remove items from an index in a dtsIndexJob.

struct dtsIndexJobAction {
  short create;
  short add;
  short compress;
  short remove;
  short removeDeleted;
};
File

dtsearch.h

Members
Members 
Description 
short create; 
Create an index in indexPath. 
short add; 
Add documents to an index. 
short compress; 
Compress the index. 
short remove; 
Remove the files listed in toRemoveList from the index 
short removeDeleted; 
Check that each file in the index still exists on disk. 
Group
Links
You are here: C++ API > Structs, Records, Enums > dtsIndexJobAction Structure
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.