Class wrapper around the dtsOptions interface structure; used to change option settings
class DOptions : public dtsOptions;
dtsfc.h
For convenience, DStringProperty members are provided for each of the string values in dtsOptions.
|
Data Member |
Description |
|
Name of dtSearch alphabet file to use when parsing text into words. | |
|
Define characters considered to be text if binaryFiles is set ot dtsoFilterBinary | |
|
Use to replace the default connectors used in search requests. | |
|
Name of the file containing a table of filename patterns for file formats that dtSearch cannot detect automatically, such as older versions of WordStar. | |
|
Directory where the dtSearch Engine and support files are located. | |
|
List of noise words to skip during indexing (default: "noise.dat") A noise word is a word such as the or if that is so common that it is not useful in searches. | |
|
A directory that the dtSearch Engine can use to store temporary files. | |
|
File segmentation rules, used to split up long text files into logical subdocuments during indexing. | |
|
Stemming rules for stemming searches (default: "stemming.dat") The stemming.dat file uses a plain text format and includes comments in the file that describe the file format. | |
|
Name of the file containing rules for extraction of field data from text files based on markers in the next The TextFieldsFile is an XML file. | |
|
User-defined synonym sets. | |
|
Comma-separated list of tags to ignore when indexing XML If your XML data includes HTML tags like P, B, I, etc., use XmlIgnoreTags to prevent these tags from affecting the field structure of XML. |
|
Data Member |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|