ixCreateResultVector
Name
ixCreateResultVector
Synopsis
OnixResultVectorT ixCreateResultVector(StatusCodeT *Status)
Arguments
Status: A pointer to a value of type StatusCodeT representing any error conditions.
Returns
An empty result vector of type OnixResultVectorT.
If an error occurred, Status will be set to the error number.
Description
ixCreateResultVector creates an empty result vector which you can store "hits" in. It is essentially a list which may be used to store references to records and words. You can then perform boolean ANDs, ORs, and NOTs with them. Having your own query vector can be very useful if you want to store references to records or need to perform your own boolean or other processing on them.
This result vector can have references (or "hits") added to it via the function ixVectorAddHit.
See Also
Manual Queries
ixDeleteResultVector, ixVectorOr, ixVectorNot, ixVectorAnd, ixVectorRewind