File
File: Server.java
Package: com.dtsearch.engine
Syntax
Methods
Method |
Description |
---|---|
Append text to a log previously started with setDebugLogging(). | |
Use ConvertPath to convert between virtual and local paths. iSite is the id of the web site on a web server. If there is only one web site on the server, use 1. The "INSTANCE_ID" server variable can be used if the web server has more than one web site. (The web site id is needed because each site has its own mapping between virtual and local paths.) For the flags value, the following options are supported:... more | |
dtSearch Engine Build number | |
Message returned by initialize | |
dtSearch Engine major version number | |
dtSearch Engine minor version number (0-99) | |
setDebugLogName specifies the name of a debug log that will be started when the initialize() method is called. Deprecated:use setDebugLogging() instead. | |
Start diagnostic logging. Flags is a DebugLogFlags value specifying how to generate the log. |
Description
The Server object provides access to global information and settings for the dtSearch Engine, such as the version, build number, and debug logging.
The HomeDir and PrivateDir properties are provided for compatability with the COM interface, but are deprecated, as are the initialize and shutdown methods.
Use the Options object to change settings, including the HomeDir and PrivateDir, instead of the Server object.
Class Hierarchy
com.dtsearch.engine.Server