Close
dtSearch .NET Standard API 2023.02
dtSearch.Engine.CheckConfigurationFlags Enumeration
Members
Description
dtsCcfCheckDefault
The default checks for CheckConfiguration: check the alphabet file, stemming rules, ICU library, and CMAP files.
dtsCcfCheckAlphabetFile
Check that Options.AlphabetFile can be read
dtsCcfCheckCmapFiles
Check that the CMAP files used to process some PDF files are accessible. (This checks that the folder and at least one cmap file is present but does not check that all of the CMAP files are present.)
dtsCcfCheckStemmingRules
Check that Options.StemmingRuleFile can be read.
dtsCcfCheckICU
Check that the ICU library can be loaded
dtsCcfCheckWordNet
Check that the WordNet synonym data can be read
dtsCcfCheckUserThesaurus
Check that Options.UserThesaurusFile can be read
dtsCcfCheckFileTypeTableFile
Check that Options.FileTypeTableFile can be read
dtsCcfCheckTextFieldsFile
Check that Options.TextFieldsFile can be read
dtsCcfCheckSegmentationRulesFile
Check that Options.SegmentationRulesFile can be read
dtsCcfCheckNoiseWordsFile
Check that Options.NoiseWordsFile can be read
dtsCcfCheckPdfCryptoParser
Check that the crypto-enabled PDF file parser is available
dtsCcfCheckRarParser
Check that the RAR file parser is available

CheckConfigurationFlags are passed to Options.CheckConfiguration (.NET) or dtssCheckConfiguration (C++) to validate a dtSearch Engine deployment.