Hey Arthur, On Thu, Dec 4, 2014 at 4:27 AM, <[email protected]> wrote:
> > > > Any idea why the field ‘host’ is not loaded by SOLR? > > Apologies for missing this thread. Have you tried restarting your Solr core? I would suggest that you move your old log(s) to an archive directory then restart the server and tail the log file for errors during bootstrap. The host field is populated by the index-basic plugin https://github.com/apache/nutch/blob/trunk/src/plugin/index-basic/src/java/org/apache/nutch/indexer/basic/BasicIndexingFilter.java#L97 Make sure that this is activated within plugin.includes property in nutch-site.xml runtime override. hth Lewis

