[jira] [Updated] (LUCENE-5048) NegativeArraySizeException caused by ff.addFields

2013-06-10 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5048: --- Attachment: LUCENE-5048.patch Patch addresses the issues mentioned in the previous comment.

[jira] [Updated] (LUCENE-5048) NegativeArraySizeException caused by ff.addFields

2013-06-10 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5048: --- Attachment: LUCENE-5048.patch Thanks Mike. Patch indexes the facets, but has a troubling nocommit.

[jira] [Updated] (LUCENE-5048) NegativeArraySizeException caused by ff.addFields

2013-06-10 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5048: --- Attachment: LUCENE-5048.patch I added CP.MAX_CATEGORY_PATH_LENGTH = (BYTE_BLOCK_SIZE - 2) / 4 - so

[jira] [Updated] (LUCENE-5048) NegativeArraySizeException caused by ff.addFields

2013-06-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5048: --- Attachment: LUCENE-5048.patch Here's a test showing the issue. What makes it