RE: SolrParams to and from NamedList

2013-09-24 Thread Peter Kirk
: 23. september 2013 21:09 To: solr-user@lucene.apache.org Subject: SolrParams to and from NamedList Hi, In a request-handler, if I run the below code, I get an exception from Solr undefined field: "[Ljava.lang.String;@41061b68" It appears the conversion between SolrParams and NamedLis

SolrParams to and from NamedList

2013-09-23 Thread Peter Kirk
Hi, In a request-handler, if I run the below code, I get an exception from Solr undefined field: "[Ljava.lang.String;@41061b68" It appears the conversion between SolrParams and NamedList and back again fails if one of the parameters is an array. This could be a couple of configuration parameter