Thanks for replying! I do still have a couple of questions: > Markus Jelsma <[email protected]> 6/20/2011 11:34 AM >>> > > On Monday 20 June 2011 16:44:13 Chip Calhoun wrote: > > Hi everyone, > > > > I'm a complete Nutch newbie. I installed Nutch 1.2 and Solr 1.4.0 on my > > machine without any trouble. I've decided to try Nutch 1.3 as it's > > compatible with Solr 3.1.0, which includes Solritas. I hope you can help > > with some problems I'm having. > > Solr 1.4.x has it has Velocity as a contrib. Does it? Under 1.4.0 I could never get http://localhost:8983/solr/browse to work. I thought this was only added later.
> > I get an error saying "solrurl is not set". This seems to be new to Nutch > > 1.3. Where do I set this? > > According to the source you're using the crawl command. > Usage: Crawl <urlDir> -solr <solrURL> [-dir d] [-threads n] [-depth i] [-topN > N] Thanks, I hadn't known about the solrURL argument at all. So would a valid usage be: bin/nutch crawl urls -solr http://127.0.0.1:8983 -dir solrcrawl -depth 10 -topN 50 With the new solrURL argument, are there any steps I need to do after my crawl to get my content into Solr? Thanks!

