Yes, I have reindex all my documents. In fact I have delete the entire data
directory to start fresh.
There's nothing interesting shown in the logs when I sent the doc to Solr,
it just says that the doc is successfully indexed as per normal.
Here's the schema which I'm using. The content field is
OK, this last query is telling:
{
"responseHeader":{
"status":0,
"QTime":5,
"params":{
"fl":"id,content",
"q":"content:[* TO *]"}},
"response":{"numFound":0,"start":0,"docs":[]
}}
Despite what you think, you are _not_ actually indexing anything to
the "content" field
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'.
>
>
Did you restart Solr (or reload the core/collection)