Values for Options.Textflags
[public] enum TextFlags { dtsoTfSkipNumericValues = 1, dtsoTfSkipXFirstAndLast = 2, dtsoTfRecognizeDates = 4, dtsoTfRecognizeDatesPresumeDMY = 8, dtsoTfRecognizeDatesPresumeYMD = 16, dtsoTfAutoBreakCJK = 0x0020, dtsoTfDisableBetaParsers = 0x400000L, dtsoTfEnableBetaParsers = 0x800000L };
|
Members |
Description |
|
dtsoTfSkipNumericValues = 1 |
By default, dtSearch indexes numbers both as text and as numeric values, which is necessary for numeric range searching. |
|
dtsoTfSkipXFirstAndLast = 2 |
Suppress automatic generation of xfirstword and xlastword. |
|
dtsoTfRecognizeDates = 4 |
Automatically recognize dates in text as it is indexed |
|
dtsoTfRecognizeDatesPresumeDMY = 8 |
Presume DD/MM/YY format for dates (default is MM/DD/YY) |
|
dtsoTfRecognizeDatesPresumeYMD = 16 |
Presume YY/MM/DD format for dates (default is MM/DD/YY) |
|
dtsoTfAutoBreakCJK = 0x0020 |
Automatically insert a word break around characters in the Chinese, Japanese, and Korean Unicode ranges. |
|
dtsoTfDisableBetaParsers = 0x400000L |
Disable any internal file parsers that are currently classified as "beta" because they were recently added and have not yet been tested. |
|
dtsoTfEnableBetaParsers = 0x800000L |
Re-enable internal file parsers that were disabled by dtsoTfDisableBetaParsers. |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|