Hello,
Sorry if this is a dumb question. I can't find the good info.
I've installed at some computer, nutch 1.11 and Solr 6.0.1
As I'm new to nutch/solr, I've followed the old tutorial at
https://wiki.apache.org/nutch/NutchTutorial
Both nutch and solr works fine, alone. Trying to integrate them, I found that I have to copy the nutch file "schema.xml"
to somewhere inside Solr. I haven't found where... and I tried some guesses, without success.
Also, nutch tutorial says to launch something like :
bin/nutch solrindex http://localhost:8983/solr crawl/crawldb/ -linkdb
crawl/linkdb/ -dir crawl/segments/
I've also done some variants without success.
Can you please point me what I'm doing wrong or where can I find some doc about
this ?
Thanks in advance
JMarcio