Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The "RunningNutchAndSolr" page has been changed by EricPugh:
http://wiki.apache.org/nutch/RunningNutchAndSolr?action=diff&rev1=67&rev2=68

Comment:
clean up wording

  }}}
  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 HTML indexed by Solr 
in the raw form, them then in solrconfig.xml change the field content to stored:
+ 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:
  {{{
  <field name="content" type="text" stored="true" indexed="true"/>
  }}}

Reply via email to