prVectorNextHit
Name
prVectorNextHit
Synopsis
void prVectorNextHit(OnixQueryVectorT Vector,
RecordNumT *RecordNum, WordNumT *WordNum, RecordNumT *Count,
FloatT *Weight, StatusCodeT *Status)
Arguments
Vector:
The list of hits you wish statistics on.
RecordNum:
A pointer to a long integer with the record number for the next
hit.
WordNum:
A pointer to a long integer with the word number within the record
for the next hit.
Count: A
pointer to a long integer with the number of occurrences of the
term represented by the hit. (Unused - for compatibility with
Onix).
Weight:
A pointer to a float with the weight of the current hit.
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
prVectorNextHit() advances the vector to
its next hit and returns the information for that hit.
See Also
prVectorNextRecord,
prVectorCurrentHit,
prDeleteResultVector,
prSortVector,
prProcessQuery