Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.9
-
None
-
None
-
None
-
Windoxs xp sp2
Java 1.5.0_06
Description
ClassCastException in ParalleReader when calling getTermFreqVectors on line 153
Reason :
cast of key and value is swapped
Fixed with :
IndexReader reader = (IndexReader)e.getValue();
String field = (String)e.getKey();