File
File: dtsearch.h
Syntax
C++
struct dtsIndexJobCreateFlags {
short caseSensitive;
short accentSensitive;
short relativePaths;
short addToLibrary;
};
Members
Members |
Description |
---|---|
short caseSensitive; |
Index will treat words with different capitalization as different words. (apple and Apple would be two different words.) |
short accentSensitive; |
Index will preserve accents when indexing words. |
short relativePaths; |
Use relative rather than absolute paths in storing document locations |
short addToLibrary; |
Obsolete |
Group
Description
In a dtsIndexJob, specifies whether the index to create should be case-sensitive, accent-sensitive, or use relative paths