Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "Tutorial on incremental crawling" page has been changed by Gabriele Kahlout. http://wiki.apache.org/nutch/Tutorial%20on%20incremental%20crawling?action=diff&rev1=11&rev2=12 -------------------------------------------------- Please report any bug you find on the mailing list and to [[Gabriele Kahlout|me]]. == 1. Abridged script using Solr == + {{{ - {{{#!/bin/sh + #!/bin/sh # # Created by Gabriele Kahlout on 27.03.11. @@ -79, +80 @@ done done rm -r $it_seedsDir + }}} == 2. Unabridged script with explanations and using nutch index == + + {{{ + - {{{#!/bin/sh + #!/bin/sh # # Created by Gabriele Kahlout on 27.03.11.

