Shai Erera created LUCENE-5151:
----------------------------------
Summary: Associations aggregators enter an infinite loop if some
documents have no category associations
Key: LUCENE-5151
URL: https://issues.apache.org/jira/browse/LUCENE-5151
Project: Lucene - Core
Issue Type: Bug
Components: modules/facet
Reporter: Shai Erera
Assignee: Shai Erera
Stupid error, they do this:
{code}
if (bytes.length == 0) {
continue;
}
{code}
Since they don't advance 'doc', the hang on that if forever. I'll post a fix
soon.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]