Information passed to the makeViewer2 callback function in dtsViewerInfo
struct dtsMakeViewerParams { dtsInputStream * input; dtsErrorInfo * errorHandler; const dtSearchNamespace dtsAlphabet * alphabet; long convertFlags; long fieldFlags; long outputFormat; dtsOptions * options; dtsExtractionOptions * extractionOptions; };
dtsviewr.h
|
Members |
Description |
|
dtsInputStream * input; |
Input stream to parse |
|
dtsErrorInfo * errorHandler; |
Error handler to report errors through |
|
const dtSearchNamespace dtsAlphabet * alphabet; |
Alphabet that will apply when parsing this file (this is only needed if the file parser needs to know where word breaks occur, which usually is not the case) |
|
long convertFlags; |
Internal use only. |
|
long fieldFlags; |
Obsolete. |
|
long outputFormat; |
dtsInputType specifying the requested output format for the parsed text. |
|
dtsOptions * options; |
Option settings currently in effect |
|
dtsExtractionOptions * extractionOptions; |
Options for extraction of embedded objects during conversion |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|