prResetProfiler
Name
prResetProfiler
Synopsis
void prResetProfiler(ProfilingEngineT ProfilingEngine,
StatusCodeT *Status)
Arguments
ProfilingEngine:
The profiling object you created with prCreateProfilingEngine.
Status:
A pointer to a value of type StatusCodeT representing any error
conditions.
Returns
Nothing.
Status is set to a value letting you know
if an error condition took place.
Description
prResetProfiler() clears all index information,
allowing you to start indexing new documents. Generally after
you have finished indexing a batch of documents you call prResetProfiler()
so that those documents no longer show up in queries.
prResetProfiler() does not affect
any preloaded queries. Thus if you have defined any functions
they are not removed. If you wish to clear preloaded queries
and defined functions call prResetProfilerQueryParser().
See Also
prResetProfilierQueryParser, prIncrementRecord,
prDeleteResultVector