> I saw this in one of the other posts here and this comes up for me also so > I was wondering why and what I can do to fix it? > > solrUrl is not set, indexing will be skipped...
You are using the crawl command so you must set the url to your Solr instance via the -solr parameter. See the docs, they explain this. http://wiki.apache.org/nutch/bin/nutch_crawl > > I also need to work on the URL filter and the tutorial wasn't very clear on > how the whole recrawl thing works and how you invoke that early if you > don't want to wait 30 days and so forth? The tutorials is indeed not clear on this subject. You can set a default per injected url using: URL\tnutch.fetchInterval=<seconds> You can also use the adaptive scheduler to change interval depending on whether urls change. There's also a ticket open that allows to define interval per mime-type. > > Thanks, > > ----- > > Cupbearer > Jerry E. Craig, Jr. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Error-Line-tp3153435p3153435.html Sent > from the Nutch - User mailing list archive at Nabble.com.

