[jira] [Commented] (LUCENE-6075) SimpleRateLimiter cast overflow results in Thread.sleep exception

2014-12-02 Thread Boaz Leskes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231579#comment-14231579 ] Boaz Leskes commented on LUCENE-6075: - Yeah, that's the tricky part which made me

[jira] [Commented] (LUCENE-6075) SimpleRateLimiter cast overflow results in Thread.sleep exception

2014-11-26 Thread Boaz Leskes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226188#comment-14226188 ] Boaz Leskes commented on LUCENE-6075: - Thank you for fixing it. I ran into it in

[jira] [Created] (LUCENE-6075) SimpleRateLimiter cast overflow results in Thread.sleep exception

2014-11-24 Thread Boaz Leskes (JIRA)
Boaz Leskes created LUCENE-6075: --- Summary: SimpleRateLimiter cast overflow results in Thread.sleep exception Key: LUCENE-6075 URL: https://issues.apache.org/jira/browse/LUCENE-6075 Project: Lucene -

[jira] [Created] (LUCENE-6056) JavaDocs of Directory.renameFile are misleading

2014-11-10 Thread Boaz Leskes (JIRA)
Boaz Leskes created LUCENE-6056: --- Summary: JavaDocs of Directory.renameFile are misleading Key: LUCENE-6056 URL: https://issues.apache.org/jira/browse/LUCENE-6056 Project: Lucene - Core Issue

[jira] [Commented] (LUCENE-5157) Refactoring MultiDocValues.OrdinalMap to clarify API and internal structure.

2013-08-26 Thread Boaz Leskes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13750074#comment-13750074 ] Boaz Leskes commented on LUCENE-5157: - Hi, Sorry for the delay. I think it's a good

[jira] [Updated] (LUCENE-5157) Refactoring MultiDocValues.OrdinalMap to clarify API and internal structure.

2013-08-05 Thread Boaz Leskes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Leskes updated LUCENE-5157: Description: I refactored MultiDocValues.OrdinalMap, removing one unused parameter and renaming

[jira] [Created] (LUCENE-5157) Refactoring MultiDocValues.OrdinalMap to clarify API and internal structure.

2013-08-05 Thread Boaz Leskes (JIRA)
Boaz Leskes created LUCENE-5157: --- Summary: Refactoring MultiDocValues.OrdinalMap to clarify API and internal structure. Key: LUCENE-5157 URL: https://issues.apache.org/jira/browse/LUCENE-5157 Project:

[jira] [Updated] (LUCENE-5157) Refactoring MultiDocValues.OrdinalMap to clarify API and internal structure.

2013-08-05 Thread Boaz Leskes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Leskes updated LUCENE-5157: Attachment: LUCENE-5157.patch Refactoring MultiDocValues.OrdinalMap to clarify API and

[jira] [Commented] (LUCENE-5157) Refactoring MultiDocValues.OrdinalMap to clarify API and internal structure.

2013-08-05 Thread Boaz Leskes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13729531#comment-13729531 ] Boaz Leskes commented on LUCENE-5157: - I agree with the principle however the current

[jira] [Comment Edited] (LUCENE-5145) Added AppendingPackedLongBuffer extended AbstractAppendingLongBuffer family (customizable compression ratio + bulk retrieval)

2013-07-30 Thread Boaz Leskes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13723590#comment-13723590 ] Boaz Leskes edited comment on LUCENE-5145 at 7/30/13 8:59 AM:

[jira] [Updated] (LUCENE-5145) Added AppendingPackedLongBuffer extended AbstractAppendingLongBuffer family (customizable compression ratio + bulk retrieval)

2013-07-30 Thread Boaz Leskes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Leskes updated LUCENE-5145: Attachment: LUCENE-5145.v2.patch Based on Adrien's comments, I changed MultiDocValues.subIndexes,

[jira] [Created] (LUCENE-5145) Added AppendingPackedLongBuffer extended AbstractAppendingLongBuffer family (customizable compression ratio + bulk retrieval)

2013-07-29 Thread Boaz Leskes (JIRA)
Boaz Leskes created LUCENE-5145: --- Summary: Added AppendingPackedLongBuffer extended AbstractAppendingLongBuffer family (customizable compression ratio + bulk retrieval) Key: LUCENE-5145 URL:

[jira] [Commented] (LUCENE-5145) Added AppendingPackedLongBuffer extended AbstractAppendingLongBuffer family (customizable compression ratio + bulk retrieval)

2013-07-29 Thread Boaz Leskes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722388#comment-13722388 ] Boaz Leskes commented on LUCENE-5145: - While making the above changes I did some

[jira] [Updated] (LUCENE-5145) Added AppendingPackedLongBuffer extended AbstractAppendingLongBuffer family (customizable compression ratio + bulk retrieval)

2013-07-29 Thread Boaz Leskes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Leskes updated LUCENE-5145: Attachment: LUCENE-5145.patch Added AppendingPackedLongBuffer extended

[jira] [Comment Edited] (LUCENE-5145) Added AppendingPackedLongBuffer extended AbstractAppendingLongBuffer family (customizable compression ratio + bulk retrieval)

2013-07-29 Thread Boaz Leskes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722388#comment-13722388 ] Boaz Leskes edited comment on LUCENE-5145 at 7/29/13 12:23 PM:

[jira] [Comment Edited] (LUCENE-5145) Added AppendingPackedLongBuffer extended AbstractAppendingLongBuffer family (customizable compression ratio + bulk retrieval)

2013-07-29 Thread Boaz Leskes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722388#comment-13722388 ] Boaz Leskes edited comment on LUCENE-5145 at 7/29/13 12:25 PM: