I am currently trying to extract the webgraph structure during my crawling run with Apache Nutch 1.13 and Solr 4.10.4.
According to the documentation, the index-links pl
You have to specify the fields in the solrindex-mapping.xml
like this
Afterwards, make sure to unload and reload the collection, including a complete restart of Solr.
You did not specify how exactly you implemented the fields in schema.xml
, but for me the following worked:
Best regards and good luck!