embdbi


Data type EmbPField

NUCLEUS internal structure for database indexing applications to store field tokens with links to the entry index number.

Attributes

NameTypeDescription
fieldchar*field token
entrychar*entry name
nidajuintentry number
Paddingchar[4]Padding to alignment boundary


Data type EmbPEntry

NUCLEUS internal structure for database indexing applications to store an entry id with a list of field tokens and file positions for writing to the index files.

Attributes

NameTypeDescription
entrychar*entry name
filenumajuintrecord in division file
rposajuintentry offset in data file
sposajuintentry offset in sequence file
nfieldsajuintnumber of fields
nfieldajuint*number of tokens for each field
fieldchar***array of tokens for each field