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 WayneBurke: https://wiki.apache.org/nutch/NutchTutorial?action=diff&rev1=73&rev2=74 vi ${APACHE_SOLR_HOME}/example/solr/collection1/conf/schema.xml }}} - * Comment out the following lines (53-54) in the file by changing this: + * Comment out the following lines (53-54) in the file by changing this: - {{{ + {{{ <!-- <filter class="solr. EnglishPorterFilterFactory" protected="protwords.txt"/> --> }}} - to this + to this - {{{ + {{{ <!-- <filter class="solr. EnglishPorterFilterFactory" protected="protwords.txt"/> --> }}} - * Add the following line right after the line <field name="id" ... /> (probably at line 69-70) + * Add the following line right after the line <field name="id" ... /> (probably at line 69-70) - {{{ + {{{ <field name="_version_" type="long" indexed="true" stored="true"/> }}} - * If you want to see the raw HTML indexed by Solr, change the content field definition (line 80) to: + * If you want to see the raw HTML indexed by Solr, change the content field definition (line 80) to: - {{{ + {{{ <field name="content" type="text" stored="true" indexed="true"/> }}} * Save the file and restart Solr under `${APACHE_SOLR_HOME}/example`:

