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

ixCreateIndexCreationParams

NAME

 ixCreateIndex --  Creates an empty index on the disk

SYNOPSIS

ixCreateIndexCreationParams(StatusCodeT *Status);

ARGUMENTS

Status -- StatusCode

RETURNS

 A valid index creation params object.
 Status is set to an error value if there was an error condition.

DESCRIPTION

Often it is desirable to create an index which goes beyond the defaults set in ixCreateIndex. ixCreateIndexCreationParams() creates an object where you can set a wide variety of parameters for the behavior of an index. The various settings can be set via ixSetIndexCreationParams. The index can then be created by calling ixCreateIndexEx. When you are finished with the index creation parameters, you will need to dispose of them by calling ixDeleteIndexCreationParams.

SEE ALSO

ixCreateIndex, ixCreateIndexEx, ixDeleteIndexCreationParams, ixResetIndexCreationParams, ixSetIndexCreationParams