Im using solr-sunburnt with django. I have used nutch to crawl and index my site. I copied the nutch schema.xml to solr.
The problem I'm facing is that when I send a query, the results do not have the content field in them.
Results are the same whether I query from sunburnt or directly solr (from browser, :8983/solr/select).
What do i need to do to get content field in my results
P.S. I'm a noob when it comes to searching and solr. :)
q=*:*to see everything from SOlr. And do consider indexing stuff yourself, instead of crawling your own site – aitchnyu May 31 '12 at 10:52*:*query from solr/admin returns all results, but still without the content field... – PhoenixDev May 31 '12 at 11:32contentfield has not been indexed. Please troubleshoot why. – aitchnyu May 31 '12 at 11:43