Values for Options.TextFlags
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| dtsoTfSkipXFirstAndLast | 2 | |
| 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%. | 1 |
Namespace: dtSearch.Engine
Assembly: dtSearchNetApi (in dtSearchNetApi.dll)