See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
dtSearch::Engine::IndexingFlags Enumeration
C#
Visual Basic
Members
Members 
Description 
dtsAlwaysAdd 
Reindex a document even if the modification date and size are unchanged. 
dtsCheckDiskSpace 
Check for sufficient disk space before indexing. In the C++ API only, this flag will cause a dtsAskDiskFullOverride message to be sent through the error handler callback (dtsErrorHandler.pNotifyFn) giving the calling application the option to cancel the update. 
dtsIndexCreateCaseSensitive 
Can be used in indexingFlags instead of the createFlags 
dtsIndexCreateAccentSensitive 
Create an access-sensitive index. 
dtsIndexCreateRelativePaths 
Use relative rather than absolute paths in storing document locations. 
dtsIndexCacheText 
Compress and store the text of documents in the index, for use in generating Search Reports and highlighting hits. (This flag must be set when an index is created.) See Caching documents
dtsIndexCacheOriginalFile 
Compress and store documents in the index, for use in generating Search Reports and highlighting hits. (This flag must be set when an index is created.) See Caching documents
dtsIndexCreateVersion6 
Create an index in the old version 6 format, supported for backward compatibility 
dtsIndexCacheTextWithoutFields 
When text caching is enabled, do not cache any fields that were provided through the data source API. See Caching documents
dtsIndexKeepExistingDocIds 
Preserve existing document ids following a compression of an index or a merge of two or more indexes. 
Remarks

Values for indexing flags in dtsIndexJob

See Also
You are here: dtSearch::Engine Namespace > IndexingFlags Enumeration
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.