Close
dtSearch Engine API for Java
ErrorCodes.dtsAskDiskFullOverride Field
Syntax
Java
public static final int dtsAskDiskFullOverride = 2;

If IndexingFlags.dtsCheckDiskSpace was set in an IndexJob, and if it appears that disk space is insufficient, then dtsAskDiskFullOverride will be sent to the error handler; the calling program should always allow the update to be cancelled in this case (the default action).