Is there a parameter in the bin/nutch solrindex to indicate which Solr kernel should be indexed to?
bin/nutch solrindex
I do not know any basic parameter. You should simply specify the kernel name in the solr url parameter as follows: http://localhost:8983/solr/core0 .
http://localhost:8983/solr/core0
In nutch 1.4, this is what I use to index into different kernels:
bin / nutl crawl urls / url1 -solr http: // localhost: 8983 / solr / core1 -depth 10 -topN 10000
Source: https://habr.com/ru/post/914607/More articles:Unable to get location blocks in nginx - nginxIs a constructor always an object of a function? - javascriptProblems with the Google Picker API and selecting Google Drive items - google-drive-sdkgoogle apis console 'Javascript origins' - google-apiCannot find module "laravel-echo" - laravel-5.5how to execute mongo admin command from java - javaHow to handle an ajax call if there is no response from the server - javascriptDetecting Sudoku Square in an Image - image-processingJBoss AS 7.1 - execution schedule using @Schedule annotation - java-eeThe number of combinations with plastic brick LEGO C ++ - c ++All Articles