Close
dtSearch Engine API for Java
Server Class

File: Server.java 

Package: com.dtsearch.engine 

Syntax
Java
public class Server;

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.

com.dtsearch.engine.Server