And Solr is generating lucene index anyway. 2011/7/19 lewis john mcgibbney <[email protected]>
> Hi Kelvin, > > I see you are posting on a couple of threads with regards to the Lucene > index generated by Nutch which you correctly point out is not there. It is > not possible to create a Lucene index from Nutch 1.3 anymore as all > searching has been shifted to Solr therefore Nutch 1.3 has no use for a > Lucene index. If you wish to find out more on why this is current practice > please feel free to read into recent activity on the lists. > > I hope this clears things up. > > On Tue, Jul 19, 2011 at 3:32 PM, Kelvin <[email protected]> wrote: > > > 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 > > > > > > -- > *Lewis* >

