Links
dtSearch Text Retrieval Engine Programmer's Reference
IServer Interface
dten600.idl | Interfaces | Legend | Members | Methods | Properties | Topics | Send Feedback

Provides access to the other objects in the COM interface

Class Hierarchy
[ object, uuid(A967E5D1-B0E1-11D3-B57C-00105AA461D0), dual, helpstring("IServer Interface"), pointer_default(unique) ]
interface IServer : IDispatch;
File
Remarks

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.

Initialization and deprecated members

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: 

Server Object - Deprecated Members 

Group
Methods
Method 
Description 
Use ConvertPath to convert between virtual and local paths. 
Create a FileConverter (IFileConverter
Create an IndexCache (IIndexCache
Create an IndexJob (IIndexJob
Create an Options object (IOptions
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. 
Properties
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 
Topics
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 
Legend
 
Property 
 
read only 
 
Method 
Links
You are here: COM Interface > Interfaces > IServer Interface
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.