Links
dtSearch Text Retrieval Engine Programmer's Reference
dtsIndexJobCreateFlags Structure
Structs, Records, Enums | Send Feedback
struct dtsIndexJobCreateFlags {
  short caseSensitive;
  short accentSensitive;
  short relativePaths;
  short addToLibrary;
};
File

dtsearch.h

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 
Description

In a dtsIndexJob, specifies whether the index to create should be case-sensitive, accent-sensitive, or use relative paths

Group
Links
You are here: C++ API > Structs, Records, Enums > dtsIndexJobCreateFlags Structure
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.