Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "NutchTutorial" page has been changed by StevePrice: http://wiki.apache.org/nutch/NutchTutorial?action=diff&rev1=49&rev2=50 Comment: solrconfig.xml was incorrect, the edit to store crawled html in content field needs to be in schema.xml }}} This will send all crawl data to Solr for indexing. For more information please see bin/nutch solrindex - If all has gone to plan, we are now ready to search with http://localhost:8983/solr/admin/. If you want to see the raw HTML indexed by Solr, change the content field definition in solrconfig.xml to: + If all has gone to plan, we are now ready to search with http://localhost:8983/solr/admin/. If you want to see the raw HTML indexed by Solr, change the content field definition in schema.xml to: {{{ <field name="content" type="text" stored="true" indexed="true"/>

