[jira] [Updated] (LUCENE-4609) Write a PackedIntsEncoder/Decoder for facets

2013-02-07 Thread Gilad Barkai (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilad Barkai updated LUCENE-4609: - Attachment: SemiPackedEncoder.patch Finally figured out I was doing things completely wrong..

[jira] [Updated] (LUCENE-4609) Write a PackedIntsEncoder/Decoder for facets

2013-01-26 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4609: - Attachment: LUCENE-4609.patch I tried to hack up a patch to make packed ints behave better for

[jira] [Updated] (LUCENE-4609) Write a PackedIntsEncoder/Decoder for facets

2013-01-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4609: --- Attachment: LUCENE-4609.patch Here's another attempt (totally prototype / not

[jira] [Updated] (LUCENE-4609) Write a PackedIntsEncoder/Decoder for facets

2013-01-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4609: --- Attachment: LUCENE-4609.patch New prototype collector, this time using simple int[]

[jira] [Updated] (LUCENE-4609) Write a PackedIntsEncoder/Decoder for facets

2013-01-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4609: --- Attachment: LUCENE-4609.patch Patch, w/ a custom (not using our PackedInts APIs)

[jira] [Updated] (LUCENE-4609) Write a PackedIntsEncoder/Decoder for facets

2012-12-19 Thread Gilad Barkai (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilad Barkai updated LUCENE-4609: - Attachment: LUCENE-4609.patch Attached a PackedEncoder, which is based on {{PackedInts}}.

[jira] [Updated] (LUCENE-4609) Write a PackedIntsEncoder/Decoder for facets

2012-12-10 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4609: --- Summary: Write a PackedIntsEncoder/Decoder for facets (was: Writer a PackedIntsEncoder/Decoder for