The Server object provides access to global information and settings for the dtSearch Engine, such as the version, build number, and debug logging.
public class Server;
Server.java
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.
|
Method |
Description |
|
Use ConvertPath to convert between virtual and local paths. | |
|
dtSearch Engine Build number | |
|
Message returned by initialize | |
|
dtSearch Engine major version number | |
|
dtSearch Engine minor version number (0-99) | |
|
| |
|
Start diagnostic logging. | |
|
setDebugLogName specifies the name of a debug log that will be started when the initialize() method is called. | |
|
| |
|
| |
|
| |
|
|
|
Method |
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|