RE: Integrating Solr with Nutch

2015-03-01 Thread Markus Jelsma
solrindex http://127.0.0.1:8983/solr/ crawl/crawldb -linkdb crawl/linkdb crawl/segments/YOUR_SEGMENT Cheers -Original message- > From:Baruch Kogan > Sent: Sunday 1st March 2015 18:57 > To: solr-user@lucene.apache.org > Subject: Integrating Solr with Nutch > > Hi, guys

Integrating Solr with Nutch

2015-03-01 Thread Baruch Kogan
Hi, guys, I'm working through the tutorial here . I've run a crawl on a list of webpages. Now I'm trying to index them into Solr. Solr's installed, runs fine, indexes .json, .xml, whatever, returns queries. I've edited the N