History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
All Projects
:
Lucene - Java
: Index
(Component)
Select:
Open Issues
Road Map
Change Log
Popular Issues
Change Log
Scope:
previous 3 versions |
all versions
3.0
(
25/Nov/09
|
Release Notes
)
Progress:
12 of 12 issues have been resolved
Migration to JDK 1.5
LUCENE-1924
FIXED
BalancedSegmentMergePolicy, contributed from the Zoie project for realtime indexing
LUCENE-1944
FIXED
Remove deprecated Directory stuff and IR/IW open/ctor hell
LUCENE-2060
FIXED
CMS should default its maxThreadCount to 1 (not 3)
LUCENE-2045
FIXED
FNFE hit when creating an empty index and infoStream is on
LUCENE-2046
FIXED
IndexReader.isCurrent incorrectly returns false after writer.prepareCommit has been called
LUCENE-1257
FIXED
Port to Java5
LUCENE-1950
FIXED
Remove autoCommit from IndexWriter
LUCENE-1979
FIXED
Remove remaining deprecations from indexer package
LUCENE-2053
FIXED
When thread is interrupted we should throw a clear exception
LUCENE-1992
FIXED
intermittent failure in TestIndexWriter. testExceptionDuringSync
LUCENE-1976
FIXED
isCurrent() and getVersion() on an NRT reader are broken
LUCENE-1959
FIXED
Index Splitter
2.9.1
(
06/Nov/09
|
Release Notes
)
Progress:
3 of 3 issues have been resolved
bug fix release
LUCENE-1995
FIXED
ArrayIndexOutOfBoundsException during indexing
LUCENE-1992
FIXED
intermittent failure in TestIndexWriter. testExceptionDuringSync
LUCENE-1976
FIXED
isCurrent() and getVersion() on an NRT reader are broken
2.9
(
25/Sep/09
|
Release Notes
)
Progress:
65 of 65 issues have been resolved
Last release (barring major bugs) before migrating to 3.0 and JDK 1.5
LUCENE-1521
FIXED
"fdx size mismatch" exception in StoredFieldsWriter.closeDocStore() when closing index with 500M documents
LUCENE-1739
FIXED
2.4.x index cannot be opened with 2.9-dev
LUCENE-1701
FIXED
Add NumericField, make plain text numeric parsers public in FieldCache, move trie parsers to FieldCache
LUCENE-1703
FIXED
Add a waitForMerges() method to IndexWriter
LUCENE-1705
FIXED
Add deleteAllDocuments() method to IndexWriter
LUCENE-1918
FIXED
Adding empty ParallelReader indexes to an IndexWriter may cause ArrayIndexOutOfBoundsException or NoSuchElementException
LUCENE-1623
FIXED
Back-compat break with non-ascii field names
LUCENE-1452
FIXED
Binary field content lost during optimize
LUCENE-1579
FIXED
Cloned SegmentReaders fail to share FieldCache entries
LUCENE-1544
FIXED
Deadlock: IndexWriter.addIndexes(IndexReader[])
LUCENE-1715
FIXED
DirectoryIndexReader finalize() holding TermInfosReader longer than necessary
LUCENE-1611
FIXED
Do not launch new merges if IndexWriter has hit OOME
LUCENE-1707
FIXED
Don't use ensureOpen() excessively in IndexReader and IndexWriter
LUCENE-1609
FIXED
Eliminate synchronization contention on initial index reading in TermInfosReader ensureIndexIsRead
LUCENE-1708
FIXED
Improve the use of isDeleted in the indexing code
LUCENE-1474
FIXED
Incorrect SegmentInfo.delCount when IndexReader.flush() is used
LUCENE-1718
FIXED
IndexReader.setTermInfosIndexDivisor doesn't carry over to reopened readers
LUCENE-1561
FIXED
Maybe rename Field.omitTf, and strengthen the javadocs
LUCENE-1520
FIXED
OOM erros with CheckIndex with indexes containg a lot of fields with norms
LUCENE-1727
FIXED
Order of stored Fields not maintained
LUCENE-1484
FIXED
Remove SegmentReader.document synchronization
LUCENE-1420
FIXED
Similarity.lengthNorm and positionIncrement=0
LUCENE-1590
FIXED
Stored-only fields automatically enable norms and tf when added to document
LUCENE-1638
FIXED
Thread safety issue can cause index corruption when autoCommit=true and multiple threads are committing
LUCENE-1586
FIXED
add IndexReader.getUniqueTermCount
LUCENE-1625
FIXED
openReaderPassed not populated in CheckIndex.Status.SegmentInfoStatus
LUCENE-1659
DUPLICATE
Make readOnly setting to IndexReader.open / IndexSearcher ctor explicit
LUCENE-1551
FIXED
Add reopen(IndexCommit) methods to IndexReader
LUCENE-1618
FIXED
Allow setting the IndexWriter docstore to be a different directory
LUCENE-1382
FIXED
Allow storing user data when IndexWriter.commit() is called
LUCENE-1584
FIXED
Callback for intercepting merging segments in IndexWriter
LUCENE-1402
FIXED
CheckIndex API changed without backwards compaitibility
LUCENE-652
FIXED
Compressed fields should be "externalized" (from Fields into Document)
LUCENE-1624
FIXED
Don't commit an empty segments_N when IW is opened with create=true
LUCENE-1411
FIXED
Enable IndexWriter to open an arbitrary commit point
LUCENE-1509
FIXED
IndexCommit.getFileNames() should not return dups
LUCENE-1449
FIXED
IndexDeletionPolicy.delete behaves incorrectly when deleting latest generation
LUCENE-1314
FIXED
IndexReader.clone
LUCENE-1569
FIXED
IndexReader.clone can leave files open
LUCENE-1430
FIXED
IndexReader.open(String|File) may incorrectly throw AlreadyClosedException
LUCENE-1647
FIXED
IndexReader.undeleteAll can mess up the deletion count stored in the segments file
LUCENE-1573
FIXED
IndexWriter does not do the right thing when a Thread is interrupt()'d
LUCENE-1642
FIXED
IndexWriter.addIndexesNoOptimize ignores the compound file setting of the destination index
LUCENE-1395
FIXED
Javadoc mistake in SegmentMerger
LUCENE-1566
FIXED
Large Lucene index can hit false OOM due to Sun JRE issue
LUCENE-1634
FIXED
LogMergePolicy should use the number of deleted docs when deciding which segments to merge
LUCENE-1657
FIXED
Make "boolean readOnly" a required arg to IndexReader.open
LUCENE-1763
FIXED
MergePolicy should require an IndexWriter upon construction
LUCENE-1499
FIXED
Minor refactoring to IndexFileNameFilter
LUCENE-1442
FIXED
NOT_ANALYZED fields can double-count offsets
LUCENE-1426
FIXED
Next steps towards flexible indexing
LUCENE-1547
FIXED
Rare thread hazard in IndexWriter.commit()
LUCENE-1604
FIXED
Stop creating huge arrays to represent the absense of field norms
LUCENE-1549
FIXED
Strengthen CheckIndex a bit
LUCENE-1811
FIXED
TestIndexReaderReopen nightly build failure
LUCENE-1397
FIXED
When BG merge hits an exception, optimize sometimes throws an IOException missing the root cause
LUCENE-1480
FIXED
Wrap messages output with a check of InfoStream != null
LUCENE-1592
FIXED
fix or deprecate TermsEnum.skipTo
LUCENE-1648
FIXED
when you clone or reopen an IndexReader with pending changes, the new reader doesn't commit the changes
LUCENE-1546
FIXED
Add IndexReader.flush(commitUserData)
LUCENE-1401
FIXED
Deprecation of autoCommit in 2.4 leads to compile problems, when autoCommit should be false
LUCENE-1419
FIXED
Expert API to specify indexing chain
LUCENE-1700
FIXED
LogMergePolicy.findMergesToExpungeDeletes need to get deletes from the SegmentReader
LUCENE-1742
FIXED
Wrap SegmentInfos in public class
LUCENE-1869
FIXED
when checking tvx/fdx size mismatch, also include whether the file exists
Preset Filters
-
All
-
Outstanding
-
Unscheduled
-
Most important
-
Resolved recently
-
Added recently
-
Updated recently
Component Summary
Open
69
15%
Reopened
2
Resolved
77
17%
Closed
311
68%
Open Issues
By Priority
Major
18
25%
Minor
49
69%
Trivial
4
6%
By Assignee
Grant Ingersoll
1
1%
Lucene Developers
3
4%
Mark Harwood
2
3%
Michael Busch
6
8%
Michael McCandless
10
14%
Otis Gospodnetic
1
1%
Uwe Schindler
1
1%
Unassigned
47
66%