Hi Александр, Thank you for your reply, but I am not using solr. How do I use Lucene to create an index of folder /crawl? I went to Lucene website, but it only explains how to index local files and html?
________________________________ From: Александр Кожевников <[email protected]> To: [email protected]; [email protected] Sent: Tuesday, 19 July 2011 8:10 PM Subject: Re: How to use lucene to index Nutch 1.3 data Kelvin, You should make index using solr $ bin/nutch solrindex http://127.0.0.1:8983/solr/ crawl/crawldb crawl/linkdb crawl/segments/* 19.07.2011, 15:07, "Kelvin" <[email protected]>: > Dear all, > > After crawling using Nutch 1.3, I realise that my /crawl folder does not > contain folder /index. > > Is there any way to create a lucene index from the /crawl folder? > > Thank you for your help. > > Best regards, > Kelvin

