[
https://issues.apache.org/jira/browse/LUCENE-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Newson resolved LUCENE-1305.
-----------------------------------
Resolution: Invalid
Had two versions of Lucene on my classpath (2.2.0 and 2.3.2), this doesn't
work, nor should it.
> Assertion error in TermsInfoWriter
> ----------------------------------
>
> Key: LUCENE-1305
> URL: https://issues.apache.org/jira/browse/LUCENE-1305
> Project: Lucene - Java
> Issue Type: Bug
> Components: Store
> Affects Versions: 2.3.2
> Reporter: Robert Newson
> Assignee: Michael McCandless
>
> The test passes on my local machine but fails on machine in our lab. Both are
> using JDK 6 and Ubuntu 8.04. Another interesting difference is that the
> directory that my input files are read from is an NFS share, but the index is
> written to a local disk. the indexing process is single-threaded. This test
> completes successfully with lucene 2.2.0 but fails with 2.3.2 (pulled from
> the maven2 repository).
> indexEnron(bob.IndexingTest) Time elapsed: 41.285 sec <<< FAILURE!
> java.lang.AssertionError: Terms are out of order: field=B_contentid (number
> 7) lastField=B_contentid (number 7) text=SHA_256 lastText=SHA_256
> at org.apache.lucene.index.TermInfosWriter.add(TermInfosWriter.java:154)
> at
> org.apache.lucene.index.DocumentsWriter.appendPostings(DocumentsWriter.java:2320)
> at
> org.apache.lucene.index.DocumentsWriter.writeSegment(DocumentsWriter.java:2015)
> at
> org.apache.lucene.index.DocumentsWriter.flush(DocumentsWriter.java:552)
> at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:2623)
> at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:2523)
> at
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1484)
> at
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1442)
--
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]