On 3/3/2015 12:23 AM, Zheng Lin Edwin Yeo wrote:
> The content field is unable to be shown during searching, even though the
> following line has been added to the schema using curl from the resource
> named in 'managedSchemaResourceName'.
> 
> <field name="content" stored="true" type="text_general" indexed="true"/>

Did you restart Solr (or reload the core/collection) and reindex all
your documents after you made the change?  The contents of the existing
index do not change when you change your schema.

http://wiki.apache.org/solr/HowToReindex

Thanks,
Shawn

Reply via email to