Provides access to the other objects in the COM interface
File: dten600.idl
Module: COM Interface
Property |
Description |
---|---|
For diagnostic purposes, returns a string containing a list of each dtSearch Engine object type, and the number of each that are currently allocated. | |
dtSearch Engine build number | |
dtSearch Engine version number | |
dtSearch Engine minor version number |
Method |
Description |
---|---|
Use ConvertPath to convert between virtual and local paths. | |
Create a FileConverter (IFileConverter) | |
Create an IndexCache (IIndexCache) | |
Create an IndexJob (IIndexJob) | |
Create a SearchFilter (ISearchFilter) | |
Create a SearchJob (ISearchJob) | |
Create a SearchResults object (ISearchResults) | |
Create a WordListBuilder (IWordListBuilder) | |
SetDebugLogging tells the dtSearch Engine to start recording a debug log in the specified file. |
Topic |
Description |
---|---|
In previous versions of the dtSearch Engine, the Server object had to be initialized through a call to the Initialize method before any other functions could be used. Initialization is no longer necessary and is deprecated in version 6. Instead, use the Options object to set or change dtSearch Engine settings as needed. The following methods and properties associated with the obsolete initialization process are also deprecated: DebugLogName, HomeDir, PrivateDir, Initialized, InitMessage, MessageHandler, SendTestInfo, SendTestMessage, SendTestQuestion, LZWEnableCode, Showdown. These methods and properties are documented at the end of this below. Obsolete Methods and Properties These methods and properties continue to... more |
Method |
Description |
---|---|
Use ConvertPath to convert between virtual and local paths. | |
Create a FileConverter (IFileConverter) | |
Create an IndexCache (IIndexCache) | |
Create an IndexJob (IIndexJob) | |
Create a SearchFilter (ISearchFilter) | |
Create a SearchJob (ISearchJob) | |
Create a SearchResults object (ISearchResults) | |
Create a WordListBuilder (IWordListBuilder) | |
SetDebugLogging tells the dtSearch Engine to start recording a debug log in the specified file. |
Property |
Description |
---|---|
For diagnostic purposes, returns a string containing a list of each dtSearch Engine object type, and the number of each that are currently allocated. | |
dtSearch Engine build number | |
dtSearch Engine version number | |
dtSearch Engine minor version number |
Topic |
Description |
---|---|
In previous versions of the dtSearch Engine, the Server object had to be initialized through a call to the Initialize method before any other functions could be used. Initialization is no longer necessary and is deprecated in version 6. Instead, use the Options object to set or change dtSearch Engine settings as needed. The following methods and properties associated with the obsolete initialization process are also deprecated: DebugLogName, HomeDir, PrivateDir, Initialized, InitMessage, MessageHandler, SendTestInfo, SendTestMessage, SendTestQuestion, LZWEnableCode, Showdown. These methods and properties are documented at the end of this below. Obsolete Methods and Properties These methods and properties continue to... more |
To use the dtSearch engine, first create a Server object, then use the NewIndexJob, NewSearchJob, and NewOptions methods to access the indexing and searching capabilities of the engine.
In previous versions of the dtSearch Engine, the Server object had to be initialized through a call to the Initialize method before any other functions could be used. Initialization is no longer necessary and is now deprecated. Instead, use the Options object to set or change settings as needed. The following methods and properties associated with the obsolete initialization process are also deprecated: DebugLogName, HomeDir, PrivateDir, Initialized, InitMessage, MessageHandler, SendTestInfo, SendTestMessage, SendTestQuestion, LZWEnableCode, Showdown. For more information on these items, see: