You are here: C++ API > Structs, Records, Enums > dtsIndexJobCreateFlags Structure
Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsIndexJobCreateFlags Structure

File: dtsearch.h

Syntax
C++
struct dtsIndexJobCreateFlags { short caseSensitive; short accentSensitive; short relativePaths; short addToLibrary; };
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-2025 dtSearch Corp. All rights reserved.