[
https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508652
]
Grant Ingersoll commented on LUCENE-848:
----------------------------------------
OK, I downloaded a fresh copy. sha1sum on the bz2 file yields:
76402fed3b6f6583aa283db5dbbba83abbf65d74
when downloaded from
http://people.apache.org/~gsingers/wikipedia/enwiki-20070527-pages-articles.xml.bz2
ls -l yields:
... 1778897799 ... enwiki-20070527-pages-articles.xml
... 477278208 ... enwiki-20070527-pages-articles.xml.bz2
Now my error is
[java] Exception in thread "main" java.lang.RuntimeException:
org.xml.sax.SAXParseException: Attribute name "Td" must be followed by the '='
character.
[java] at
org.apache.lucene.benchmark.utils.ExtractWikipedia.extract(ExtractWikipedia.java:184)
[java] at
org.apache.lucene.benchmark.utils.ExtractWikipedia.main(ExtractWikipedia.java:199)
[java] Caused by: org.xml.sax.SAXParseException: Attribute name "Td" must
be followed by the '=' character.
[java] at
org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1213)
[java] at
org.apache.xerces.framework.XMLDocumentScanner.reportFatalXMLError(XMLDocumentScanner.java:598)
[java] at
org.apache.xerces.framework.XMLDocumentScanner.abortMarkup(XMLDocumentScanner.java:636)
[java] at
org.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumentScanner.java:1761)
[java] at
org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:1182)
[java] at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:381)
[java] at
org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098)
[java] at
org.apache.lucene.benchmark.utils.ExtractWikipedia.extract(ExtractWikipedia.java:181)
[java] ... 1 more
> Add supported for Wikipedia English as a corpus in the benchmarker stuff
> ------------------------------------------------------------------------
>
> Key: LUCENE-848
> URL: https://issues.apache.org/jira/browse/LUCENE-848
> Project: Lucene - Java
> Issue Type: New Feature
> Components: contrib/benchmark
> Reporter: Steven Parkes
> Assignee: Grant Ingersoll
> Priority: Minor
> Attachments: LUCENE-848.txt, LUCENE-848.txt, LUCENE-848.txt,
> LUCENE-848.txt, LUCENE-848.txt, LUCENE-848.txt, LUCENE-848.txt,
> WikipediaHarvester.java, xerces.jar, xerces.jar, xml-apis.jar
>
>
> Add support for using Wikipedia for benchmarking.
--
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]