> Robert, I just tried with
> 3.6-SNAPSHOT 1296203 from svn - the problem is
> still there.
> 
> I am just about to leave for a vacation. I'll try to open a
> JIRA issue this
> evening.

Andrew, thanks for providing files. I also re-produced it. 

But cause of the exception is that you are trying to highlight on a field 
(body) that is not indexed. 

To enable highlighting you need both indexed="true" and stored="true" .
http://wiki.apache.org/solr/FieldOptionsByUseCase

I changed definition of body field from indexed="false" to indexed="true" and 
it is working now.

But for the record (with indexed="false"), it is weird that it produces snippet 
in the first request, and then fails in the second request. 


Reply via email to