[jira] [Created] (LUCENE-3652) Move org.apache.lucene.messages to QueryParser module in Lucene trunk (maybe also in 3.x)

2011-12-16 Thread Uwe Schindler (Created) (JIRA)
Move org.apache.lucene.messages to QueryParser module in Lucene trunk (maybe also in 3.x) - Key: LUCENE-3652 URL: https://issues.apache.org/jira/browse/LUCENE-3652

[jira] [Created] (LUCENE-3656) IndexReader's add/removeCloseListener should not use ConcurrentHashMap, just a synchronized set

2011-12-19 Thread Uwe Schindler (Created) (JIRA)
IndexReader's add/removeCloseListener should not use ConcurrentHashMap, just a synchronized set --- Key: LUCENE-3656 URL:

[jira] [Created] (LUCENE-3659) Improve Javadocs of RAMDirectory to document its limitations

2011-12-20 Thread Uwe Schindler (Created) (JIRA)
Improve Javadocs of RAMDirectory to document its limitations Key: LUCENE-3659 URL: https://issues.apache.org/jira/browse/LUCENE-3659 Project: Lucene - Java Issue Type: Task

[jira] [Created] (LUCENE-3712) Remove unused (and untested) methods from ReaderUtil that are also veeeeery ineffective

2012-01-21 Thread Uwe Schindler (Created) (JIRA)
Remove unused (and untested) methods from ReaderUtil that are also very ineffective --- Key: LUCENE-3712 URL: https://issues.apache.org/jira/browse/LUCENE-3712

[jira] [Created] (LUCENE-3716) Discussion topic: Move all Commit/VersionReopen stuff from abstract IR to DirectoryReader

2012-01-22 Thread Uwe Schindler (Created) (JIRA)
Discussion topic: Move all Commit/VersionReopen stuff from abstract IR to DirectoryReader -- Key: LUCENE-3716 URL: https://issues.apache.org/jira/browse/LUCENE-3716

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

2012-01-31 Thread Uwe Schindler (Created) (JIRA)
Remaining TODOs of LUCENE-2858: Finalize AtomicReader/CompositeReader API - Key: LUCENE-3733 URL: https://issues.apache.org/jira/browse/LUCENE-3733 Project: Lucene - Java

[jira] [Created] (LUCENE-3734) Allow customizing/subclassing of DirectoryReader

2012-01-31 Thread Uwe Schindler (Created) (JIRA)
Allow customizing/subclassing of DirectoryReader Key: LUCENE-3734 URL: https://issues.apache.org/jira/browse/LUCENE-3734 Project: Lucene - Java Issue Type: Sub-task Components:

[jira] [Created] (LUCENE-3735) Fix PayloadProcessorProvider to no longer use Directory for lookup, instead AtomicReader

2012-01-31 Thread Uwe Schindler (Created) (JIRA)
Fix PayloadProcessorProvider to no longer use Directory for lookup, instead AtomicReader Key: LUCENE-3735 URL: https://issues.apache.org/jira/browse/LUCENE-3735

[jira] [Created] (LUCENE-3736) ParallelReader is now atomic, add convenience methods to wrap CompositeReaders in either slow atomic or fast composite way

2012-01-31 Thread Uwe Schindler (Created) (JIRA)
ParallelReader is now atomic, add convenience methods to wrap CompositeReaders in either slow atomic or fast composite way -- Key: LUCENE-3736

[jira] [Created] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method

2012-02-07 Thread Uwe Schindler (Created) (JIRA)
Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method --- Key:

[jira] [Created] (LUCENE-3764) Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())

2012-02-09 Thread Uwe Schindler (Created) (JIRA)
Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap()) - Key: LUCENE-3764 URL: https://issues.apache.org/jira/browse/LUCENE-3764 Project: Lucene - Java

[jira] [Created] (LUCENE-3770) Rename FilterIndexReader to FilterAtomicReader

2012-02-11 Thread Uwe Schindler (Created) (JIRA)
Rename FilterIndexReader to FilterAtomicReader -- Key: LUCENE-3770 URL: https://issues.apache.org/jira/browse/LUCENE-3770 Project: Lucene - Java Issue Type: Sub-task Reporter: Uwe

[jira] [Created] (LUCENE-3771) Rename some remaining tests for new IndexReader class hierarchy

2012-02-11 Thread Uwe Schindler (Created) (JIRA)
Rename some remaining tests for new IndexReader class hierarchy --- Key: LUCENE-3771 URL: https://issues.apache.org/jira/browse/LUCENE-3771 Project: Lucene - Java Issue Type:

[jira] [Created] (LUCENE-3800) Readers wrapping other readers don't prevent usage if any of their subreaders was closed

2012-02-19 Thread Uwe Schindler (Created) (JIRA)
Readers wrapping other readers don't prevent usage if any of their subreaders was closed Key: LUCENE-3800 URL: https://issues.apache.org/jira/browse/LUCENE-3800

[jira] [Created] (LUCENE-3822) Inner classes of FilterAtomicReader (trunk) / FilterIndexReader (3.x) do not override all methods to be filtered

2012-02-26 Thread Uwe Schindler (Created) (JIRA)
Inner classes of FilterAtomicReader (trunk) / FilterIndexReader (3.x) do not override all methods to be filtered Key: LUCENE-3822 URL:

[jira] [Created] (LUCENE-3823) Add a field-filtering FilterAtomicReader to 4.0 so ParallelReaders can be better tested (in LTC.maybeWrapReader)

2012-02-26 Thread Uwe Schindler (Created) (JIRA)
Add a field-filtering FilterAtomicReader to 4.0 so ParallelReaders can be better tested (in LTC.maybeWrapReader) Key: LUCENE-3823 URL:

[jira] [Created] (LUCENE-3844) Deprecate Token class and remove in trunk

2012-03-03 Thread Uwe Schindler (Created) (JIRA)
Deprecate Token class and remove in trunk - Key: LUCENE-3844 URL: https://issues.apache.org/jira/browse/LUCENE-3844 Project: Lucene - Java Issue Type: Task Reporter: Uwe Schindler After

[jira] [Created] (LUCENE-3850) Fix rawtypes warnings for Java 7 compiler

2012-03-05 Thread Uwe Schindler (Created) (JIRA)
Fix rawtypes warnings for Java 7 compiler - Key: LUCENE-3850 URL: https://issues.apache.org/jira/browse/LUCENE-3850 Project: Lucene - Java Issue Type: Improvement Affects Versions: 3.5, 4.0

[jira] [Created] (LUCENE-3852) Rename BaseMultiReader class to BaseCompositeReader and make public

2012-03-06 Thread Uwe Schindler (Created) (JIRA)
Rename BaseMultiReader class to BaseCompositeReader and make public --- Key: LUCENE-3852 URL: https://issues.apache.org/jira/browse/LUCENE-3852 Project: Lucene - Java Issue

[jira] [Created] (SOLR-3213) Upgrade to commons-csv once it is released

2012-03-07 Thread Uwe Schindler (Created) (JIRA)
Upgrade to commons-csv once it is released -- Key: SOLR-3213 URL: https://issues.apache.org/jira/browse/SOLR-3213 Project: Solr Issue Type: Task Components: Build Reporter: Uwe

[jira] [Created] (LUCENE-3530) Remove deprecated methods in CompoundTokenFilters

2011-10-25 Thread Uwe Schindler (Created) (JIRA)
Remove deprecated methods in CompoundTokenFilters - Key: LUCENE-3530 URL: https://issues.apache.org/jira/browse/LUCENE-3530 Project: Lucene - Java Issue Type: Sub-task Affects Versions:

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

2011-10-25 Thread Uwe Schindler (Created) (JIRA)
Improve CachingWrapperFilter to optionally also cache acceptDocs, if identical to liveDocs -- Key: LUCENE-3531 URL: https://issues.apache.org/jira/browse/LUCENE-3531

[jira] [Created] (LUCENE-3532) Improve Weight.scorer() API to enforce consistent topScorer/outOfOrder parameters across segments

2011-10-25 Thread Uwe Schindler (Created) (JIRA)
Improve Weight.scorer() API to enforce consistent topScorer/outOfOrder parameters across segments - Key: LUCENE-3532 URL:

[jira] [Created] (LUCENE-3534) Backport FilteredQuery/IndexSearcher changes to 3.x: Remove filter logic from IndexSearcher and delegate to FilteredQuery

2011-10-25 Thread Uwe Schindler (Created) (JIRA)
Backport FilteredQuery/IndexSearcher changes to 3.x: Remove filter logic from IndexSearcher and delegate to FilteredQuery - Key: LUCENE-3534

[jira] [Created] (LUCENE-3540) In 3.x branch (starting with 3.4) the IndexFormatTooOldException was backported, but the error message was not modified for 3.x

2011-10-28 Thread Uwe Schindler (Created) (JIRA)
In 3.x branch (starting with 3.4) the IndexFormatTooOldException was backported, but the error message was not modified for 3.x --- Key: LUCENE-3540

[jira] [Created] (LUCENE-3561) Maven xxx-src.jar files do not contain resources

2011-11-05 Thread Uwe Schindler (Created) (JIRA)
Maven xxx-src.jar files do not contain resources Key: LUCENE-3561 URL: https://issues.apache.org/jira/browse/LUCENE-3561 Project: Lucene - Java Issue Type: Bug Components:

[jira] [Created] (LUCENE-3574) Add some more constants for newer Java versions to Constants.class, remove outdated ones.

2011-11-14 Thread Uwe Schindler (Created) (JIRA)
Add some more constants for newer Java versions to Constants.class, remove outdated ones. - Key: LUCENE-3574 URL: https://issues.apache.org/jira/browse/LUCENE-3574

[jira] [Created] (LUCENE-3583) benchmark tests always fail on windows because directory cannot be removed

2011-11-19 Thread Uwe Schindler (Created) (JIRA)
benchmark tests always fail on windows because directory cannot be removed -- Key: LUCENE-3583 URL: https://issues.apache.org/jira/browse/LUCENE-3583 Project: Lucene - Java

[jira] [Created] (LUCENE-3588) Try harder to prevent SIGSEGV on cloned MMapIndexInputs

2011-11-22 Thread Uwe Schindler (Created) (JIRA)
Try harder to prevent SIGSEGV on cloned MMapIndexInputs --- Key: LUCENE-3588 URL: https://issues.apache.org/jira/browse/LUCENE-3588 Project: Lucene - Java Issue Type: Improvement

[jira] [Created] (LUCENE-3594) Backport FieldCacheTermsFilter code duplication removal to 3.x

2011-11-24 Thread Uwe Schindler (Created) (JIRA)
Backport FieldCacheTermsFilter code duplication removal to 3.x -- Key: LUCENE-3594 URL: https://issues.apache.org/jira/browse/LUCENE-3594 Project: Lucene - Java Issue Type:

[jira] [Created] (LUCENE-3595) Refactor FieldCacheRangeFilter.FieldCacheDocIdSet to be separate class and fix the dangerous matchDoc() throws AIOOBE requirement

2011-11-24 Thread Uwe Schindler (Created) (JIRA)
Refactor FieldCacheRangeFilter.FieldCacheDocIdSet to be separate class and fix the dangerous matchDoc() throws AIOOBE requirement - Key: LUCENE-3595

[jira] [Created] (LUCENE-3598) Improve InfoStream class in trunk to be more consistent with logging-frameworks like slf4j/log4j/commons-logging

2011-11-26 Thread Uwe Schindler (Created) (JIRA)
Improve InfoStream class in trunk to be more consistent with logging-frameworks like slf4j/log4j/commons-logging Key: LUCENE-3598 URL:

[jira] [Created] (LUCENE-3606) Make IndexReader really read-only in Lucene 4.0

2011-11-28 Thread Uwe Schindler (Created) (JIRA)
Make IndexReader really read-only in Lucene 4.0 --- Key: LUCENE-3606 URL: https://issues.apache.org/jira/browse/LUCENE-3606 Project: Lucene - Java Issue Type: Task Components: core/index

[jira] [Created] (LUCENE-3614) Add a JUL/SLF4J example InfoStream implementation so IndexWriter can log to JUL/SLF4J

2011-12-01 Thread Uwe Schindler (Created) (JIRA)
Add a JUL/SLF4J example InfoStream implementation so IndexWriter can log to JUL/SLF4J - Key: LUCENE-3614 URL: https://issues.apache.org/jira/browse/LUCENE-3614

[jira] [Created] (LUCENE-3626) Make PKIndexSplitter and MultiPassIndexSplitter work per segment

2011-12-07 Thread Uwe Schindler (Created) (JIRA)
Make PKIndexSplitter and MultiPassIndexSplitter work per segment Key: LUCENE-3626 URL: https://issues.apache.org/jira/browse/LUCENE-3626 Project: Lucene - Java Issue Type:

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

2011-12-09 Thread Uwe Schindler (Created) (JIRA)
MultiReader and ParallelReader accidently override doOpenIfChanged(boolean readOnly) with doOpenIfChanged(boolean doClone) -- Key: LUCENE-3630

[jira] [Created] (LUCENE-3631) Remove write access from SegmentReader and possibly move to separate class or IndexWriter/BufferedDeletes/...

2011-12-09 Thread Uwe Schindler (Created) (JIRA)
Remove write access from SegmentReader and possibly move to separate class or IndexWriter/BufferedDeletes/... - Key: LUCENE-3631 URL:

[jira] [Created] (LUCENE-3632) Fully support doOpenIfChanged(boolean readOnly)/clone(boolean readOnly) in MultiReader and ParallelReader

2011-12-10 Thread Uwe Schindler (Created) (JIRA)
Fully support doOpenIfChanged(boolean readOnly)/clone(boolean readOnly) in MultiReader and ParallelReader - Key: LUCENE-3632 URL:

[jira] [Created] (LUCENE-3633) Remove code duplication in MultiReader/DirectoryReader, make everything inside final

2011-12-10 Thread Uwe Schindler (Created) (JIRA)
Remove code duplication in MultiReader/DirectoryReader, make everything inside final Key: LUCENE-3633 URL: https://issues.apache.org/jira/browse/LUCENE-3633

[jira] [Created] (LUCENE-3641) MultiReader does not propagate readerFinishedListeners to clones/reopened readers

2011-12-11 Thread Uwe Schindler (Created) (JIRA)
MultiReader does not propagate readerFinishedListeners to clones/reopened readers - Key: LUCENE-3641 URL: https://issues.apache.org/jira/browse/LUCENE-3641 Project:

[jira] [Created] (LUCENE-3643) Improve FilteredQuery to shortcut on wrapped MatchAllDocsQuery, null Query or null Filter

2011-12-12 Thread Uwe Schindler (Created) (JIRA)
Improve FilteredQuery to shortcut on wrapped MatchAllDocsQuery, null Query or null Filter - Key: LUCENE-3643 URL: https://issues.apache.org/jira/browse/LUCENE-3643

[jira] [Created] (LUCENE-3866) Make CompositeReader.getSequntialSubReaders() and the corresponding IndexReaderContext methods return unmodifiable ListR extends IndexReader

2012-03-13 Thread Uwe Schindler (Created) (JIRA)
Make CompositeReader.getSequntialSubReaders() and the corresponding IndexReaderContext methods return unmodifiable ListR extends IndexReader --

[jira] [Created] (LUCENE-3886) MemoryIndex memory estimation in toString inconsistent with getMemorySize()

2012-03-19 Thread Uwe Schindler (Created) (JIRA)
MemoryIndex memory estimation in toString inconsistent with getMemorySize() --- Key: LUCENE-3886 URL: https://issues.apache.org/jira/browse/LUCENE-3886 Project: Lucene - Java

[jira] [Created] (LUCENE-3924) Optimize buffer size handling in RAMDirectory to make it more GC friendly

2012-03-26 Thread Uwe Schindler (Created) (JIRA)
Optimize buffer size handling in RAMDirectory to make it more GC friendly - Key: LUCENE-3924 URL: https://issues.apache.org/jira/browse/LUCENE-3924 Project: Lucene - Java

[jira] [Created] (LUCENE-3926) Improve Javadocs of RAMDirectory to document its limitations

2012-03-26 Thread Uwe Schindler (Created) (JIRA)
Improve Javadocs of RAMDirectory to document its limitations Key: LUCENE-3926 URL: https://issues.apache.org/jira/browse/LUCENE-3926 Project: Lucene - Java Issue Type: Sub-task

[jira] [Created] (LUCENE-3937) Workaround the XERCES-J bug in Benchmark

2012-03-29 Thread Uwe Schindler (Created) (JIRA)
Workaround the XERCES-J bug in Benchmark Key: LUCENE-3937 URL: https://issues.apache.org/jira/browse/LUCENE-3937 Project: Lucene - Java Issue Type: Bug Reporter: Uwe Schindler In

[jira] [Created] (LUCENE-3949) Fix license headers in all Java files to not be in Javadocs /** format

2012-04-04 Thread Uwe Schindler (Created) (JIRA)
Fix license headers in all Java files to not be in Javadocs /** format -- Key: LUCENE-3949 URL: https://issues.apache.org/jira/browse/LUCENE-3949 Project: Lucene - Java

[jira] [Created] (LUCENE-3962) Fix incorrect/missing CHANGES.txt entries

2012-04-06 Thread Uwe Schindler (Created) (JIRA)
Fix incorrect/missing CHANGES.txt entries - Key: LUCENE-3962 URL: https://issues.apache.org/jira/browse/LUCENE-3962 Project: Lucene - Java Issue Type: Bug Components: general/build

[jira] [Created] (LUCENE-3983) HTMLCharacterEntities.jflex uses String.toUpperCase without Locale

2012-04-14 Thread Uwe Schindler (Created) (JIRA)
HTMLCharacterEntities.jflex uses String.toUpperCase without Locale -- Key: LUCENE-3983 URL: https://issues.apache.org/jira/browse/LUCENE-3983 Project: Lucene - Java Issue Type: