Re: how to include result ordinal in response

2014-01-04 Thread Peter Keegan
Thank you both. The DocTransformer solution was very simple: import java.io.IOException; import org.apache.solr.common.SolrDocument; import org.apache.solr.common.params.SolrParams; import org.apache.solr.request.SolrQueryRequest; import org.apache.solr.response.transform.DocTransformer; import

Re: Tracking down the input that hits an analysis chain bug

2014-01-04 Thread Benson Margulies
I rather assumed that there was some log4j-ish config to be set that would do this for me. Lacking one, I guess I'll end up there. On Fri, Jan 3, 2014 at 8:23 PM, Michael Sokolov msoko...@safaribooksonline.com wrote: Have you considered using a custom UpdateProcessor to catch the exception and