See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
dtSearch::Engine::BinaryFilesSettings Enumeration
C#
Visual Basic
Members
Members 
Description 
dtsoFilterBinary 
Filter text from binary files using the character array in binaryFilterTextChars to determine which characters are text. This option is not recommended. Use dtsoFilterBinaryUnicode instead for more effective text extraction from binary data. 
dtsoIndexBinary 
Index all contents of binary files as single-byte text. This option is not recommended. Use dtsoFilterBinaryUnicode instead for more effective text extraction from binary data. 
dtsoIndexSkipBinary 
Do not index binary files 
dtsoFilterBinaryUnicode 
Filter text from binary files using a text extraction algorithm that scans for sequences of single-byte, UTF-8, or Unicode text in the input. This option is recommended for working with forensic data, particularly when searching for non-English text. 
dtsoIndexBinaryNoContent 
Index binary files disregarding all content within the file. Only the filename and any fields supplied externally to the file, such as in DocFields in the DataSource API, will be indexed. 
Remarks

Values for dtsOptions.binaryFiles (C++), Options.BinaryFiles (.NET), and Options.setBinaryFiles (Java). See Filtering Options.

See Also
You are here: dtSearch::Engine Namespace > BinaryFilesSettings Enumeration
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.