[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-11-01 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189-renames.patch Handle TODO (DVU_RENAME) comments. It's really a rote

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-10-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189-4x.patch Patch covers the work from all the issues, ported to 4x (created

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-10-24 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189-segdv.patch I reviewed the issue and noticed I forgot to handle the

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-10-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189-no-lost-updates.patch Add field updates to

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-10-03 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189-updates-order.patch As I continued to work on LUCENE-5248, I realized that

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-10-02 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189-updates-order.patch While debugging LUCENE-5248, I've hit a bug when same

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-10-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5189: Attachment: LUCENE-5189_process_events.patch I found a problem with this on how updates

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-10-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5189: Attachment: LUCENE-5189_process_events.patch here is an updated patch that contains a

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-09-30 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189-4x.patch Backported all the changes related to this issue to 4x. All tests

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-09-15 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189.patch Added some javadocs, converted all nocommits to TODOs. I think it's

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-09-14 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189.patch Fixed NRT support -- DVProducers moved from SegmentCoreReaders to

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-09-14 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189.patch Thanks Mike. Fixed the two ctors to call doClose {{if (!success)}},

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-09-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189.patch I've been busy hunting down concurrency bugs and making field updates

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-09-03 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189.patch Patch adds per-field support. I currently do that by adding a boolean

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-09-03 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189.patch Patch improves RAM accounting in BufferedDeletes and FrozenBD. I

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-09-02 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189.patch Patch adds testStressMultiThreading and testUpdateOldSegments to

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-08-29 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189.patch Patch adds some nocommits and tests that expose some problems:

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-08-28 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189.patch Patch adds numeric-dv field updates capabilities: *

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-08-28 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5189: --- Attachment: LUCENE-5189.patch Rename fieldInfosGen to docValuesGen. I think I got all places fixed.