Close
dtSearch Engine API for Java
ListIndexJob.setToMatch Method

Optional search expression specifying the text to match against items being listed.

Syntax
Java
public void setToMatch(String newToMatch);

For example, to list all field names starting with "A", you would call setFlags() with the dtsListIndexFields flag and setToMatch("A*").