http.content.limit=542256565536 and file.content.limit=4541165536
still the same error:
Content truncated at 66608 bytes. Parser can't handle incomplete pdf file
Matt Kangas wrote:
Just copy the following into conf/nutch-site.xml and change the value
to something you're happy with...
<property>
<name>http.content.limit</name>
<value>65536</value>
<description>The length limit for downloaded content, in bytes.
If this value is nonnegative (>=0), content longer than it will be
truncated;
otherwise, no truncation at all.
</description>
</property>
(that's from conf/nutch-default.xml)
On Nov 15, 2005, at 4:27 PM, Håvard W. Kongsgård wrote:
Nutch won't index some of my PDF files I get this error:
reason: failed(2,202): Content truncated at 66608 bytes. Parser
can't handle incomplete pdf file.
Is there a bug in the pdfplugin (PDFBOX) I am using nutch 0.7.1.
I know from experience that some pdf to text programs like xpdf have
some problems with pdf v 1.6(adobe acrobat 7/CS).
Jérôme Charron wrote:
Hello I new with nutch how do I enable PDF indexing support?
Simply by activating the parse-pdf plugin in nutch-default.xml or
nutch-site.xml
(take a look at the plugin.includes property)
Jérôme
--
http://motrech.free.fr/
http://www.frutch.org/
---------------------------------------------------------------------
---
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.1/169 - Release Date:
15.11.2005
--
Matt Kangas / [EMAIL PROTECTED]