Closed bloomonkey closed 10 years ago
There is a bug when indexing on 64-bit architectures, resulting in an error like:
File "/XXX/cheshire3/cheshire3/index.py", line 941, in deserialize_term return struct.unpack(fmt, data) struct.error: unpack requires a string argument of length 12
For the time being, a workaround is to add the following setting in the <options> section of all Index configurations:
<options>
<setting type="longSize">4</setting>
There is a bug when indexing on 64-bit architectures, resulting in an error like: