ReadTokensTask now converts tokens to their indexed forms (char[]->byte[]), just as the indexer does. This allows measurement of the conversion process, which is important for analysis components that customize it, e.g. (ICU)CollationKeyFilter. NB: as a result, benchmarks that incorporate this task will no longer be directly comparable between 3.X and 4.0