The Main Manual Page Dynamic API Documentation CD-ROM API Documentation About Onix Types About Onix Errors Onix's Web Site at Lextek International Lextek International Onix Full Text Indexing and Retrieval Toolkit

ixCreateResultVector

NAME

ixCreateResultVector

SYNOPSIS

OnixResultVectorT ixCreateResultVector(StatusCodeT *Status)

ARGUMENTS

Status -- A pointer to a value Status of type StatusCodeT.  If an error is returned, this is where it will go.

RETURNS

Nothing.

If an error occurs, Status will be set to a value less than 0.

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

ixDeleteResultVector, ixVectorOr, ixVectorNot, ixVectorAnd, ixVectorRewind