The default for indexer.maxMergeDocs was mistakenly set to 50, which can make indexing really slow. Try putting the following in your nutch-site.xml:

<property>
  <name>indexer.maxMergeDocs</name>
  <value>2147483647</value>
</property>

Does that help?

I just fixed this in trunk.  We should fix this in the 0.7 release branch.

Doug


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to