tjake / Solandra

Solandra = Solr + Cassandra
Apache License 2.0
882 stars 150 forks source link

ArrayIndexOutOfBoundsException in IndexReader #39

Closed karleklof closed 14 years ago

karleklof commented 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

tjake commented 14 years ago

Thx