Re: ClassCastException when using FieldAnalysisRequest

2011-10-14 Thread Shane Perry
After looking at this more, it appears that solr.HTMLStripCharFilterFactory does not return a list which AnalysisResponseBase is expecting. I have created a bug ticket (https://issues.apache.org/jira/browse/SOLR-2834) On Fri, Oct 14, 2011 at 8:28 AM, Shane Perry wrote: > Hi, > > Using Solr 3.4.0

ClassCastException when using FieldAnalysisRequest

2011-10-14 Thread Shane Perry
Hi, Using Solr 3.4.0, I am trying to do a field analysis via the FieldAnalysisRequest feature in solrj.  During the process() call, the following ClassCastException is thrown: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List        at org.apache.solr.client.solrj.r