: 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
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