Checkout the 3.0 branch, then use SVN merge on trunk for the revision mike committed. In Windows with Tortoise SVN you can click with right mouse in log windows and select "Merge Revision To", maybe the same with Subclipse etc.
The user found this bug in 2.9, so also merge to 2.9? ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -----Original Message----- > From: Karl Wettin (JIRA) [mailto:j...@apache.org] > Sent: Thursday, December 10, 2009 11:10 PM > To: java-dev@lucene.apache.org > Subject: [jira] Commented: (LUCENE-2144) InstantiatedIndexReader does not > handle #termDocs(null) correct (AllTermDocs) > > > [ https://issues.apache.org/jira/browse/LUCENE- > 2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment- > tabpanel&focusedCommentId=12788966#action_12788966 ] > > Karl Wettin commented on LUCENE-2144: > ------------------------------------- > > bq. at > org.apache.lucene.store.instantiated.TestIndicesEquals.testTermDocsSomeMor > e(TestIndicesEquals.java:226) > > I have no idea. How do I merge back locally so I can debug it? > > > > > > InstantiatedIndexReader does not handle #termDocs(null) correct > (AllTermDocs) > > ------------------------------------------------------------------------ > ----- > > > > Key: LUCENE-2144 > > URL: https://issues.apache.org/jira/browse/LUCENE-2144 > > Project: Lucene - Java > > Issue Type: Bug > > Components: contrib/* > > Affects Versions: 2.9, 2.9.1, 3.0 > > Reporter: Karl Wettin > > Assignee: Michael McCandless > > Priority: Critical > > Attachments: LUCENE-2144.txt > > > > > > This patch contains core changes so someone else needs to commit it. > > Due to the incompatible #termDocs(null) behaviour at least > MatchAllDocsQuery, FieldCacheRangeFilter and ValueSourceQuery fails using > II since 2.9. > > AllTermDocs now has a superclass, AbstractAllTermDocs that also > InstantiatedAllTermDocs extend. > > Also: > > * II-tests made less plausable to pass on future incompatible changes > to TermDocs and TermEnum > > * IITermDocs#skipTo and #next mimics the behaviour of document > posisioning from SegmentTermDocs#dito when returning false > > * II now uses BitVector rather than sets for deleted documents > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-dev-h...@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org