[jira] [Reopened] (LUCENE-3990) TestRandomChains failure

2012-04-16 Thread Uwe Schindler (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-3990: --- We should fix CharFilters in trunk to not have the horrible delegating. > TestR

[jira] [Reopened] (LUCENE-3990) TestRandomChains failure

2012-04-15 Thread Uwe Schindler (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-3990: --- Assignee: Uwe Schindler We have to fix the underlying bug. Subclassing CharFilter here is

[jira] [Reopened] (LUCENE-3109) Rename FieldsConsumer to InvertedFieldsConsumer

2012-04-08 Thread Uwe Schindler (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-3109: --- Documentation fixes needed. > Rename FieldsConsumer to InvertedFieldsConsumer >

[jira] [Reopened] (LUCENE-3738) Be consistent about negative vInt/vLong

2012-03-31 Thread Uwe Schindler (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-3738: --- > Be consistent about negative vInt/vLong > --- > >

[jira] [Reopened] (LUCENE-3867) RamUsageEstimator.NUM_BYTES_ARRAY_HEADER and other constants are incorrect

2012-03-22 Thread Uwe Schindler (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-3867: --- We have to remove the shallow size optimization in 3.x and trunk. > RamUsageEst

[jira] [Reopened] (LUCENE-3736) ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structu

2012-02-21 Thread Uwe Schindler (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-3736: --- Robert also found some bugs in ParallelAtomicReader (in fact it was jenkins). Some fixes should

[jira] [Reopened] (LUCENE-3733) Remaining TODOs of LUCENE-2858: Finalize AtomicReader/CompositeReader API

2012-02-07 Thread Uwe Schindler (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-3733: --- wrong issue resolved, reopen... > Remaining TODOs of LUCENE-2858: Finalize Atom

[jira] [Reopened] (LUCENE-3531) Improve CachingWrapperFilter to optionally also cache acceptDocs, if identical to liveDocs

2011-12-14 Thread Uwe Schindler (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-3531: --- Mike and I discussed on IRC about easier ways to solve the caching problem. We came to the con

[jira] [Reopened] (LUCENE-3531) Improve CachingWrapperFilter to optionally also cache acceptDocs, if identical to liveDocs

2011-12-14 Thread Uwe Schindler (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-3531: --- After some investigation, we should remove the purgeing on IndexReader/Core close again, as thi

[jira] [Reopened] (LUCENE-3630) MultiReader and ParallelReader accidently override doOpenIfChanged(boolean readOnly) with doOpenIfChanged(boolean doClone)

2011-12-10 Thread Uwe Schindler (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-3630: --- Further investigation showed that supporting openReadOnly on clone/readonly f*cks up refcountin

[jira] [Reopened] (LUCENE-3630) MultiReader and ParallelReader accidently override doOpenIfChanged(boolean readOnly) with doOpenIfChanged(boolean doClone)

2011-12-10 Thread Uwe Schindler (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-3630: --- I found also a bug report on the user list about reopen not working with MultiReader. The use w

[jira] [Reopened] (LUCENE-3464) Rename IndexReader.reopen to make it clear that reopen may not happen

2011-11-21 Thread Uwe Schindler (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-3464: --- I am reopening this issue as there is some API problem which makes openIfChanged not consistent