[jira] [Updated] (LUCENE-5101) make it easier to plugin different bitset implementations to CachingWrapperFilter

2013-09-05 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5101: - Attachment: LUCENE-5101.patch I iterated on Robert's patch to fix failures in the join module

[jira] [Updated] (LUCENE-5101) make it easier to plugin different bitset implementations to CachingWrapperFilter

2013-09-05 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5101: - Attachment: (was: LUCENE-5101.patch) make it easier to plugin different bitset

[jira] [Updated] (LUCENE-5101) make it easier to plugin different bitset implementations to CachingWrapperFilter

2013-09-05 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5101: - Attachment: LUCENE-5101.patch Indeed! Here is a complete patch. make it

[jira] [Updated] (LUCENE-5101) make it easier to plugin different bitset implementations to CachingWrapperFilter

2013-09-05 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5101: - Attachment: LUCENE-5101.patch Good point, here is an updated patch with an additional comment

[jira] [Updated] (LUCENE-5101) make it easier to plugin different bitset implementations to CachingWrapperFilter

2013-08-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5101: Attachment: LUCENE-5101.patch Updated patch that just defaults to compressing but with the same

[jira] [Updated] (LUCENE-5101) make it easier to plugin different bitset implementations to CachingWrapperFilter

2013-07-16 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5101: - Attachment: DocIdSetBenchmark.java Well spotted. Maybe I did a mistake when moving the data

[jira] [Updated] (LUCENE-5101) make it easier to plugin different bitset implementations to CachingWrapperFilter

2013-07-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5101: Attachment: LUCENE-5101.patch I was thinking about a heuristic like this...