[
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.. in
[
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 t
[
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[]
[
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 commit
[
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) p
[
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}}. Curren
[
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