Close
dtSearch Engine API for Java
SearchFlags.dtsSearchSelectMostRecent Field

When selecting the documents to return (up to the MaxFilesToRetrieve limit in the SearchJob), select the most recent documents rather than the best-matching documents. This flag cannot be used with dtsSearchDelayDocInfo, because the document date for each document is needed.

Syntax
Java
public static final int dtsSearchSelectMostRecent = 0x080000;