-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: modules/facet
-
Labels:None
-
Lucene Fields:New, Patch Available
Stupid error, they do this:
if (bytes.length == 0) { continue; }
Since they don't advance 'doc', the hang on that if forever. I'll post a fix soon.