Daniel Naber wrote:
On Monday 11 October 2004 18:21, Bernhard Messer wrote:
"Currently only the low-order bit is used of Bits is used. It is one for tokenized fields, and zero for non-tokenized fields."
is outdated now and should be updated. Any idea how to proceed ?
Is that the only sentence? If so, you could send the new sentence/paragraph to this list and someone will add it to the documentation in CVS.
replace:
Bits --> Byte
Value --> String
Currently only the low-order bit is used of Bits is used. It is one for tokenized fields, and zero for non-tokenized fields.
with:
Bits --> Byte - low order bit is one for tokenized fields. - second bit is one for fields containing binary data. - third bit is one for fields with compression option enabled.
Value --> String (default) or byte[] when the field value is a binary field
regards Bernhard