Close
dtSearch Engine API for Java
ConvertFlags.dtsConvertAutoUpdateSearch Field

Automatically update hit offsets if this document was indexed by an earlier version of dtSearch or was changed since it was last indexed. When using this flag, SetInputItem() must be used to transfer information about the search from SearchResults. Additionally, the SearchResults must be generated from a search and not by calling UrlDecodeItem, because dtSearch needs information from the original search to ensure that highlighting information is correct.

Syntax
Java
public static final int dtsConvertAutoUpdateSearch = 0x20000;