On Wed, May 25, 2011 at 6:14 AM, Stefan Wienert <[email protected]> wrote:
> So the real problem is, that "transpose" and "matrixmult" (maybe) > still uses IntWritable instead of LongWritable". > It's the other way around: matrix operations use keys which are ints, and the lucene.vector class needs to respect this. It doesn't on current trunk? -jake
