Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
DSearchJob::VetoThisItem Method
DSearchJob Class | DSearchJob Class | dtSearch Namespace | Send Feedback

Prevents a found document from being included in search results.

void VetoThisItem();
Remarks

An application can veto individual documents during a search by implementing the OnFound notification function and, in that function, calling VetoThisItem to veto a document when OnFound is invoked. 

Calling VetoThisItem does not cancel the search. It only excludes one document from being included in search results or from counting toward the total hit count for the search.

Class
Links
You are here: C++ Support Classes > dtSearch Namespace > Classes > DSearchJob Class > DSearchJob::VetoThisItem Method
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.