[ https://issues.apache.org/jira/browse/LUCENE-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael McCandless updated LUCENE-1176: --------------------------------------- Attachment: LUCENE-1176.take2.patch Attached patch fixes the corruption case. It happens if you first add docs with no term-vector enabled fields, and then later add at least one doc with term vectors. All tests pass. I will commit shortly & backport to 2.3. > TermVectors corruption case when autoCommit=false > ------------------------------------------------- > > Key: LUCENE-1176 > URL: https://issues.apache.org/jira/browse/LUCENE-1176 > Project: Lucene - Java > Issue Type: Bug > Components: Index > Affects Versions: 2.4 > Reporter: Michael McCandless > Assignee: Michael McCandless > Fix For: 2.4 > > Attachments: LUCENE-1176.patch, LUCENE-1176.take2.patch > > > I took Yonik's awesome test case (TestStressIndexing2) and extended it to > also compare term vectors, and, it's failing. > I still need to track down why, but it seems likely a separate issue. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]