Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtsSearchFilter::getExpiredState Method
dtsSearchFilter Class | dtsSearchFilter Class | Send Feedback

Retrieves information about whether a search filter is out of date.

bool getExpiredState(bool * pObsolete, bool * pIncomplete);
Description

 

If the index was compressed (without the dtsIndexKeepExistingDocIds flag) or created since the search was done, the search filter is obsolete because the doc ids in the search filter will not correspond to the doc ids in the index. 

If the index was updated since the search filter was created, it may be incomplete.

Class
Links
You are here: C++ API > Classes > dtsSearchFilter Class > dtsSearchFilter::getExpiredState Method
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.