prIncrementRecord
Name
prIncrementRecord
Synopsis
void prIncrementRecord(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
If an error occurred, Status will be set
to the error number.
Description
prIncrementRecord() is called when you
have finished with a record and wish to move on to the next one.
While typically each record is a unique document, they need not
be. You could, for instance index each section of a document
as a unique record or even each paragraph. How you decide to
conceptually break up the data you profile is up to you.
The operators in the query language all
work on a record level. Thus you should choose your records based
upon the type of searches you are doing.
See Also
prIndexWord, prIndexWordSpecial,
prResetProfiler,
prResetProfilerQueryParser