Closed karleklof closed 14 years ago
At line 441 it should be: ... while(norms.length <= idx && norms.length < numDocs ){ ... otherwise you will get a ArrayIndexOutOfBounds at norms.length = 1024
Thx
At line 441 it should be: ... while(norms.length <= idx && norms.length < numDocs ){ ... otherwise you will get a ArrayIndexOutOfBounds at norms.length = 1024