dtSearch Text Retrieval Engine .NET interface

TextFlags Enumeration

Values for Options.TextFlags

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum TextFlags

Members

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

Requirements

Namespace: dtSearch.Engine

Assembly: dtSearchNetApi (in dtSearchNetApi.dll)

See Also

dtSearch.Engine Namespace