Re: solr index display

2011-07-25 Thread lewis john mcgibbney
Specifically I would mention that you would get a community input if this question was directed towards the Solr user list, however I think you are looking for the velocity response writer. Have a search on the Solr wiki you will find info there. In addition there are various other well

Re: solr index display

2011-07-25 Thread Way Cool
The file schema.xml should be under ${APACHE_SOLR_HOME}/example/solr/config, not solrconfig.xml. The main purpose of the line below is to return content as a part of Solr response (not required if you don't need to return content): field name=content type=text *stored=true* indexed=true/ On

solr index display

2011-07-24 Thread Cheng Li
Hi, I follow this instruction to run the index by solr . http://wiki.apache.org/nutch/RunningNutchAndSolr at the last step , it is said that If you want to see the raw HTML indexed by Solr, change the content field definition in solrconfig.xml to. But I found several