struct dtsIndexJobCreateFlags { short caseSensitive; short accentSensitive; short relativePaths; short addToLibrary; };
dtsearch.h
|
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 |
In a dtsIndexJob, specifies whether the index to create should be case-sensitive, accent-sensitive, or use relative paths
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|