Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
dtSearch::Engine::TextFlags Enumeration
Members
Description
dtsoTfSkipNumericValues
By default, dtSearch indexes numbers both as text and as numeric values, which is necessary for numeric range searching. Use this flag to suppress indexing of numeric values in applications that do not require numeric range searching. This setting can reduce the size of the index by about 20%.
dtsoTfSkipXFirstAndLast
Suppress automatic generation of xfirstword and xlastword. By default, xfirstword is defined to be the first word in each document, and xlastword is defined to be the last word in each document. These words are generated when an index is created, so this flag must be set during indexing to suppress xlastword and xfirstword.
dtsoTfRecognizeDates
Automatically recognize dates, email addresses, and credit card numbers in text as it is indexed. See Recognition of dates, email addresses, and credit card numbers.
dtsoTfRecognizeDatesPresumeDMY
Presume DD/MM/YY format for dates (default is MM/DD/YY). See Recognition of dates, email addresses, and credit card numbers.
dtsoTfRecognizeDatesPresumeYMD
Presume YY/MM/DD format for dates (default is MM/DD/YY). See Recognition of dates, email addresses, and credit card numbers.
dtsoTfAutoBreakCJK
Automatically insert a word break around characters in the Chinese, Japanese, and Korean Unicode ranges. This makes it possible to search text in documents that do not contain word breaks. Like the hyphenation setting, this setting is kept in the alphabet for an index and so will only change when an index is created. See Alphabet Settings.
dtsoTfXmlAsText
Index XML files as text, without applying field attributes to the content.
dtsoTfDatabasesAsText
Index database files (*.dbf, *.csv, *.mdb, and *.accdb) as text, without applying field attributes to the content or separating rows into separate documents.
dtsoTfHideRevisions
Remove strikeout text and redlining from Microsoft Word documents edited using "Track Changes".
dtsoTfHtmlSkipNav
Skip navigation sections of HTML files (<nav>...</nav>)
dtsoTfHtmlIgnoreNoIndex
Ignore BeginNoIndex and EndNoIndex tags in HTML
dtsoTfUseEmailDateAsFileDate
Use internal message date as file date for standalone .eml and .msg files
dtsoTfUseIcu
Enable use of ICU for Unicode processing. See "ICU Integration" for more information.

Values for Options.TextFlags (.NET), Options.setTextFlags() (Java), and dtsOptions.textFlags (C++)