Re: JSON response truncated

2012-01-27 Thread Lance Norskog
Are there any exceptions in the Solr log? Is it possible the JSON exporter is choking when it wants to escape gunky characters in the final text? On Wed, Jan 25, 2012 at 1:40 PM, Erick Erickson wrote: > Two things: > 1> I suspect it's your servelet container rather than Solr since your JSON > is

Re: JSON response truncated

2012-01-25 Thread Erick Erickson
Two things: 1> I suspect it's your servelet container rather than Solr since your JSON isn't well formatted. I have no clue where to set that up, but that's where I'd look. 2> A side note. You may run into the default of 10,000 tokens that are indexed, see the in solrconfig.xml. This is