Re: Fwd: Unable to show the indexed content in Solr 5.0

2015-03-03 Thread Zheng Lin Edwin Yeo
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

Re: Fwd: Unable to show the indexed content in Solr 5.0

2015-03-03 Thread Erick Erickson
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

Re: Fwd: Unable to show the indexed content in Solr 5.0

2015-03-03 Thread Shawn Heisey
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)

Fwd: Unable to show the indexed content in Solr 5.0

2015-03-02 Thread Zheng Lin Edwin Yeo
Hi, 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'. I'm using the schema from ManagedIndexSchemaFactory. As the ExtractRequestHandler has already been define