ixCreateResultVector
OnixResultVectorT ixCreateResultVector(StatusCodeT *Status)
Status -- A pointer to a value Status of type StatusCodeT. If an error is returned, this is where it will go.
Nothing.
If an error occurs, Status will be set to a value less than 0.
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().
ixDeleteResultVector, ixVectorOr, ixVectorNot, ixVectorAnd, ixVectorRewind