Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "bin/nutch solrindex" page has been changed by LewisJohnMcgibbney: http://wiki.apache.org/nutch/bin/nutch%20solrindex?action=diff&rev1=1&rev2=2 Usage: {{{ - bin/nutch solrindex <solr url> <crawldb> <linkdb> (<segment> ... | -dir <segments>) + bin/nutch solrindex <solr url> <crawldb> -linkdb <linkdb> (<segment> ... | -dir <segments>) }}} '''<solr url>''': This is the HTTP solr instance you wish to index data with. e.g. ''http://localhost:8983/solr'' '''<crawldb>''': This arguement should be the path to the crawldb directory. - '''<linkdb>''': The path to the linkdb directory. + '''-linkdb <linkdb>''': The path to the linkdb directory is optional. If the -linkdb <linkdb> is ommitted the overall solrindex command will still execute successfully. '''<segment> ...''': Should be the path to a directory containing segment(s).