Length limitation in batch Translation
Created by: Anonymous
Original issue 230 created by @ysavourel on 2012-05-16T11:41:50.000Z:
In the batch translation step, a segment cannot be larger than MAXINT because the temporary binary store used DataOutputStream.writeUTF() which uses an int for storing the length.
We need to have a special multi-write method for very long strings.
There may be one to re-use from the Vignette Filter.