Close
dtSearch Engine API for Java
SearchFilter.read Method

Read the search filter from a disk file.

Syntax
Java
public native int read(String filename);
Parameters
Description
String filename
The name of the file containing the SearchFilter

Returns 0 if the file was read successfully, or non-zero if an error occurred.