Class ODBPPLib.Index
Properties
byte | flags | Boolean values for fixed or variable and multi-entry type index, 0x01 = variable, 0x02 = multientry. |
byte | type | ODBPP.IndexType value for the index. |
uint | length | If the index type equals ODBPP.B_TREE or ODBPP.S_TREE than the length for the fixed index or the average length for the variable index - (length * 4) = length in bytes. |
ushort | binaryLength | If the index type equals ODBPP.A_LIST or ODBPP.U_LIST, the length in bytes of the pre-token binary section. |
ushort | maxObjects | If the index type equals ODBPP.A_LIST or ODBPP.U_LIST, then pow(2,maxObjects) equals maximum object count before disregarding token value, typically token as "the" and "a" are removed from the index as they may provide too many hits. If this value is 0 then there is not maximum count. |
IndexSegment | segments | Pointer to an array of segments |
Listen All
Comments (0)